Skip to content

Commit c6c7a76

Browse files
MarsonKotovi4schaable
authored andcommitted
Update properAddress.ts
1 parent b014816 commit c6c7a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("Proper address", () => {
2929
);
3030
});
3131

32-
it("Expect to throw if negation with proper address)", async () => {
32+
it("Expect to throw if negation with proper address", async () => {
3333
expect(
3434
() =>
3535
expect("0x28FAA621c3348823D6c6548981a19716bcDc740e").not.to.be

0 commit comments

Comments
 (0)