Skip to content

Commit

Permalink
test: fix getTransactionsForAccountByWalletIds test
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Nov 15, 2023
1 parent 7a1e408 commit c049e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("getTransactionsForAccountByWalletIds", () => {
walletIds: [otherWalletDescriptor.id],
rawPaginationArgs: {},
})
if (txns instanceof Error) throw txns

expect(txns).toBeInstanceOf(InvalidWalletId)

// Restore system state
Expand Down

0 comments on commit c049e0a

Please sign in to comment.