Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Jun 21, 2021
1 parent 4b261be commit 88b8844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helpers/OptionHelper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ describe('OptionHelper', () => {
})

it('mints and add the options and stable tokens using only collateral asset', async () => {
// const collateralAmount = ethers.BigNumber.from(4200e6.toString())
const collateralAmount = ethers.BigNumber.from('1')
const collateralAmount = ethers.BigNumber.from(4200e6.toString())

// We assume here that the strikeAsset is equal to the stable asset.
await strikeAsset.connect(caller).mint(collateralAmount)
Expand Down

0 comments on commit 88b8844

Please sign in to comment.