diff --git a/protocol/test/WellConvert.test.js b/protocol/test/WellConvert.test.js index 62b3798751..c79b5719e0 100644 --- a/protocol/test/WellConvert.test.js +++ b/protocol/test/WellConvert.test.js @@ -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)