Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwamedacen committed Aug 4, 2023
1 parent 1b611a7 commit 043647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dex/algebra/algebra-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ describe('Algebra', () => {
describe('Arbitrum', () => {
const network = Network.ARBITRUM;
const tokenASymbol: string = 'USDC';
const tokenBSymbol: string = 'DAI';
const tokenBSymbol: string = 'USDT';

const tokenAAmount: string = '1000000000';
const tokenBAmount: string = '1000000000000000000000';
const tokenBAmount: string = '1000000000';
const nativeTokenAmount = '1000000000000000000';

testForNetwork(
Expand Down

0 comments on commit 043647f

Please sign in to comment.