From b259d1b15fdd94ee54ebebaa624af230efcf50ff Mon Sep 17 00:00:00 2001 From: Emily Williams Date: Wed, 27 Sep 2023 13:09:49 -0400 Subject: [PATCH] PR comments --- test/uniswapTrades.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/uniswapTrades.test.ts b/test/uniswapTrades.test.ts index 57f7f1bb..71225ddf 100644 --- a/test/uniswapTrades.test.ts +++ b/test/uniswapTrades.test.ts @@ -679,7 +679,7 @@ describe('Uniswap', () => { // other assertions carried out in forge }) - it('encodes a single exactInput STETH -> WSTETH -> WETH exactOutput swap', async () => { + it('encodes a single exactOutput STETH -> WSTETH -> WETH swap', async () => { const outputWETH = expandTo18DecimalsBN('0.001') // Trade Configurations @@ -748,7 +748,7 @@ describe('Uniswap', () => { // other assertions carried out in forge }) - it('encodes a single exactInput WETH -> WSTETH -> STETH exactOutput swap', async () => { + it('encodes a single exactOutput WETH -> WSTETH -> STETH swap', async () => { const outputSTETH = expandTo18DecimalsBN('0.001') const outputWSTETH = await getWStethPerSteth(outputSTETH.add('2'))