Skip to content

Commit b06fa91

Browse files
amelnytskyipcheremu
authored andcommitted
test: fixing gating transactions tests (#162)
# What ❔ Fixed disabled (xdescribe and xit) /transactions/{transactionHash}/transfers tests and turned them on back ## Why ❔ /transactions/{transactionHash}/transfers tests were disabled since they were outdated ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ +] Tests for the changes have been added / updated. - [ -] Documentation comments have been added / updated.
1 parent 2ca9158 commit b06fa91

File tree

2 files changed

+377
-41
lines changed

2 files changed

+377
-41
lines changed

packages/integration-tests/src/entities.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export enum TransactionsType {
5555
fee = "fee",
5656
transfer = "transfer",
5757
refund = "refund",
58+
withdrawal = "withdrawal",
5859
}
5960

6061
export enum TransactionsStatus {

0 commit comments

Comments
 (0)