Skip to content

Commit

Permalink
test: fixing gating transactions tests (#162)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
amelnytskyi authored and pcheremu committed Aug 23, 2024
1 parent abad149 commit 6030f2b
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 41 deletions.
1 change: 1 addition & 0 deletions packages/integration-tests/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export enum TransactionsType {
fee = "fee",
transfer = "transfer",
refund = "refund",
withdrawal = "withdrawal",
}

export enum TransactionsStatus {
Expand Down
Loading

0 comments on commit 6030f2b

Please sign in to comment.