diff --git a/test/mocha/e2e/quote.test.ts b/test/mocha/e2e/quote.test.ts index bb9edb000..5723bbc8a 100644 --- a/test/mocha/e2e/quote.test.ts +++ b/test/mocha/e2e/quote.test.ts @@ -746,7 +746,7 @@ describe('quote', function () { amount: type == 'exactIn' ? await getAmount(1, type, 'USDC', 'ETH', '1000000') - : await getAmount(1, type, 'USDC', 'ETH', '100'), + : await getAmount(1, type, 'USDC', 'ETH', '10'), // TODO: re-set to 100 type, recipient: alice.address, slippageTolerance: LARGE_SLIPPAGE, @@ -813,7 +813,7 @@ describe('quote', function () { const amount = type == 'exactIn' ? await getAmount(1, type, 'USDC', 'ETH', '1000000') - : await getAmount(1, type, 'USDC', 'ETH', '100') + : await getAmount(1, type, 'USDC', 'ETH', '10') // TODO: re-set to 100 const permit: PermitSingle = { details: { @@ -2253,7 +2253,7 @@ describe('quote', function () { amount: type == 'exactIn' ? await getAmount(1, type, 'USDC', 'ETH', '1000000') - : await getAmount(1, type, 'USDC', 'ETH', '100'), + : await getAmount(1, type, 'USDC', 'ETH', '10'), // TODO: re-set to 100 type, recipient: alice.address, slippageTolerance: LARGE_SLIPPAGE,