Skip to content

Commit

Permalink
fix: adjust test with latest values.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Sep 18, 2024
1 parent f1c84b0 commit 10e1ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/test/strategies/aerodrome-amo.base.fork-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10e1ba8

Please sign in to comment.