Skip to content

Commit

Permalink
log and document flakiness with address.controller.e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jan 24, 2023
1 parent e5b6f74 commit 277193c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/whale-api/src/module.api/address.controller.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ describe('listTransactionsUnspent', () => {
const response = await controller.listTransactionsUnspent(addressA.bech32, {
size: 30
})
console.log(response)

expect(response.data.length).toStrictEqual(4)
expect(response.page).toBeUndefined()
Expand Down

0 comments on commit 277193c

Please sign in to comment.