Skip to content

Commit 2feabed

Browse files
committed
Remove unnecessary test
1 parent 2d9a337 commit 2feabed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/hardhat-chai-matchers/test/addressable.ts

-6
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,4 @@ describe("Addressable matcher", () => {
7979
}
8080
});
8181
}
82-
83-
it("should accept other typed objects", async function () {
84-
expect(() => {
85-
expect(2).to.equal(ethers.Typed.uint256(2));
86-
}).to.throw("expected 2 to equal");
87-
});
8882
});

0 commit comments

Comments
 (0)