Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alcueca committed Oct 18, 2021
1 parent 1efdea2 commit 3b4b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/010_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('Strategy', async function () {
// Skew the pool
await fyToken1.mint(pool1.address, WAD.mul(100000))
await pool1.sync()

// Mint strategy tokens
await base.mint(strategy.address, WAD)
const minRatio = (await base.balanceOf(pool1.address)).mul(WAD).div(await fyToken1.balanceOf(pool1.address))
Expand Down

0 comments on commit 3b4b47b

Please sign in to comment.