Skip to content

Commit

Permalink
Update properPrivateKey.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsonKotovi4 authored Dec 26, 2024
1 parent 89a44a9 commit 827a2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/test/properPrivateKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Proper private key", () => {
);
});

it("Expect to throw if negation with proper private key)", async () => {
it("Expect to throw if negation with proper private key", async () => {
expect(
() =>
expect(
Expand Down

0 comments on commit 827a2bb

Please sign in to comment.