Skip to content

Commit

Permalink
fix: e2e testing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Jun 9, 2024
1 parent 18c354a commit 4924db9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {
Controller,
ISuperGoodDollar
} from "../../types";
import { createDAO, increaseTime } from "../helpers";
import * as waffle from "ethereum-waffle";
import { createDAO } from "../helpers";
import release from "../../releases/deployment.json"

const BN = ethers.BigNumber;
Expand All @@ -36,7 +35,7 @@ describe("CeloDistributionHelper E2E (Celo fork)", () => {
}

before(forkReset)
after(() => reset())

it("should ready oracle when deployed", async () => {
oracle = (await ethers.getContractAt(
"IStaticOracle",
Expand Down

0 comments on commit 4924db9

Please sign in to comment.