Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HardlyDifficult committed May 18, 2020
1 parent 5ec2885 commit c3ffb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dat/initialize.js
Expand Up @@ -26,8 +26,8 @@ contract("dat / initialize", (accounts) => {
});

it("can deploy without any initReserve", async () => {
await deployDat(accounts, { initReserve: 0 }),
})
await deployDat(accounts, { initReserve: 0 });
});

it("shouldFail with EXCESSIVE_GOAL", async () => {
await reverts(
Expand Down

0 comments on commit c3ffb8b

Please sign in to comment.