Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Feb 19, 2024
1 parent 29f2664 commit 0bdf46f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('extensions/payment-network/erc20/any-to-erc20-fee-proxy-contract', ()
paymentAddress: '0x0000000000000000000000000000000000000001',
network: 'rinkeby',
salt: 'ea3bc7caf64110ca',
});
} as any);
}).toThrowError('acceptedTokens is required');
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ describe('api/any/conversion-fee-proxy-contract', () => {
it('can createExtensionsDataForCreation without salt', async () => {
await anyToErc20Proxy.createExtensionsDataForCreation({
paymentAddress: 'ethereum address',
acceptedTokens: [],
network: 'mainnet',
});

// Can't check parameters since salt is generated in createExtensionsDataForCreation
Expand Down

0 comments on commit 0bdf46f

Please sign in to comment.