Skip to content

Commit

Permalink
Re-enable ws test
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Feb 9, 2024
1 parent d19373a commit 3803728
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ describe("Eth module", function () {
return onPending;
});

// TODO: https://github.com/NomicFoundation/edr/issues/279
it.skip("contract events work", async function () {
it("contract events work", async function () {
const signer = await provider.getSigner();
const Factory = new ethers.ContractFactory<[], ethers.Contract>(
EXAMPLE_CONTRACT.abi,
Expand Down

0 comments on commit 3803728

Please sign in to comment.