Skip to content

Commit

Permalink
fix well test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Mar 20, 2024
1 parent 82c6974 commit 6ab62db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/test/WellConvert.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ describe('Well Convert', function () {
})

it('convert greater than max', async function () {
const convertData = ConvertEncoder.convertBeansToWellLP(to6('200000'), '3338505354221892343955', this.well.address)
const convertData = ConvertEncoder.convertBeansToWellLP(to6('600000'), '3338505354221892343955', this.well.address)
const [toToken, fromToken, toAmount, fromAmount] =
await mockBeanstalk.connect(owner).callStatic.convertInternalE(
bean.address,
to6('400000'),
to6('600000'),
convertData
)
expect(fromToken).to.be.equal(BEAN)
Expand Down

0 comments on commit 6ab62db

Please sign in to comment.