Skip to content

Commit

Permalink
test: Fix test results
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Dec 29, 2020
1 parent d580dcc commit 21c46c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modules/pool/getFloatDetails/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: 'msEKP7ZSma3rQtWSQBBZCiJAvjAaowf2c6',
addressDeposit: 'mhRbY32nWLQRZFSapEdxYgkKsb7pCgQxfT',
amountDeposit: '0.00099019',
amountReceiving: '0.00099019',
currencyDeposit: 'BTC',
Expand Down
4 changes: 2 additions & 2 deletions src/modules/swap/getSwapDetails/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: 'msEKP7ZSma3rQtWSQBBZCiJAvjAaowf2c6',
addressDeposit: 'mhRbY32nWLQRZFSapEdxYgkKsb7pCgQxfT',
amountDeposit: '0.00099289',
amountReceiving: '0.0007409',
currencyDeposit: 'BTC',
Expand All @@ -40,7 +40,7 @@ it.each<Pick<SkybridgeParams<'swap', 'test'>, 'hash'>>([

return expect(result).toMatchObject({
addressReceiving: '0x3f4341a0599f63f444b6f1e0c7c5caf81b5843cc',
addressDeposit: '0xB7dA48101a29697B78a1f5ece4b6975506B88819',
addressDeposit: '0x6c3F42F943022B4746Fb6522760F62ae758b8826',
amountDeposit: '0.00098851',
amountReceiving: '0.00073653',
currencyDeposit: 'sbBTC',
Expand Down
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: '0xB7dA48101a29697B78a1f5ece4b6975506B88819',
addressDeposit: '0x6c3F42F943022B4746Fb6522760F62ae758b8826',
amountDeposit: '0.00098851',
amountReceiving: '0.00073653',
currencyDeposit: 'sbBTC',
Expand Down

0 comments on commit 21c46c3

Please sign in to comment.