Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jul 1, 2021
1 parent 86ae35f commit 97d2cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/DelayModule.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe("DelayModule", async () => {
const [user1] = waffle.provider.getWallets();

describe("setUp()", async () => {

it("throws if not enough time between txCooldown and txExpiration", async () => {
const Module = await hre.ethers.getContractFactory("DelayModule");
const module = await Module.deploy();
Expand Down

0 comments on commit 97d2cee

Please sign in to comment.