Skip to content

Commit

Permalink
Re-enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jul 12, 2023
1 parent beacbe2 commit 1c2a7e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/hardhat-ethers/test/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ describe("contracts", function () {
await contract.off("Inc", listener);
});

// temporarily skipped because contract.once doesn't call provider.off
it.skip("should wait for an event using .once", async function () {
it("should wait for an event using .once", async function () {
const signer = await this.env.ethers.provider.getSigner(0);

const factory = new this.env.ethers.ContractFactory<[], ExampleContract>(
Expand Down

0 comments on commit 1c2a7e8

Please sign in to comment.