Skip to content

Commit

Permalink
test(hardhat): make sure last block is mined
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 31, 2023
1 parent 9aa9e8f commit 6970ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/hardhat/Blue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ describe("Blue", () => {
}
}
}

await mine();
});

it("should simulate gas cost [liquidations]", async () => {
Expand Down

0 comments on commit 6970ae3

Please sign in to comment.