Skip to content

Commit

Permalink
Fix one AMO test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jan 10, 2025
1 parent c75f2cb commit b6e3c14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ describe("ForkTest: Aerodrome AMO Strategy (Base)", async function () {
it("Should have the correct initial state", async function () {
// correct pool weth share interval
expect(await aerodromeAmoStrategy.allowedWethShareStart()).to.equal(
oethUnits("0.10")
oethUnits("0.05")
);

expect(await aerodromeAmoStrategy.allowedWethShareEnd()).to.equal(
oethUnits("0.20")
oethUnits("0.15")
);

// correct harvester set
Expand Down

0 comments on commit b6e3c14

Please sign in to comment.