From 10e1ba8b958ce221194fd33c86cc1702f66d1167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Wed, 18 Sep 2024 08:57:52 +0200 Subject: [PATCH] fix: adjust test with latest values. --- contracts/test/strategies/aerodrome-amo.base.fork-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/test/strategies/aerodrome-amo.base.fork-test.js b/contracts/test/strategies/aerodrome-amo.base.fork-test.js index 984e6c9644..8849ceeaf7 100644 --- a/contracts/test/strategies/aerodrome-amo.base.fork-test.js +++ b/contracts/test/strategies/aerodrome-amo.base.fork-test.js @@ -249,11 +249,11 @@ describe("ForkTest: Aerodrome AMO Strategy (Base)", function () { it("Should have the correct initial state", async function () { // correct pool weth share interval expect(await aerodromeAmoStrategy.allowedWethShareStart()).to.equal( - oethUnits("0.18") + oethUnits("0.10") ); expect(await aerodromeAmoStrategy.allowedWethShareEnd()).to.equal( - oethUnits("0.22") + oethUnits("0.20") ); // correct harvester set