Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz committed Sep 27, 2023
1 parent 3e7e32b commit b259d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/uniswapTrades.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'))

Expand Down

0 comments on commit b259d1b

Please sign in to comment.