Skip to content

Commit

Permalink
fix: Broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Dec 23, 2020
1 parent 3395b27 commit 7d0e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/withdrawal/getWithdrawalDetails/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ it.each<Pick<SkybridgeParams<'swap', 'test'>, 'hash'>>([

return expect(result).toMatchObject({
addressReceiving: '0x3f4341a0599f63f444b6f1e0c7c5caf81b5843cc',
addressDeposit: '0xF963E81109186B933F1bA674beC7A74186C20740',
addressDeposit: '0x6fA311C964Bc07c6A29E1A5CfCbB69Bc5520Aaf4',
amountDeposit: '0.00098851',
amountReceiving: '0.00073653',
currencyDeposit: 'sbBTC',
Expand Down

0 comments on commit 7d0e114

Please sign in to comment.