Skip to content

Commit

Permalink
Comment reinstated at the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Dec 22, 2023
1 parent d052266 commit e55d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/SignMessageLib.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ describe("SignMessageLib", () => {
expect(await safe.signedMessages(messageHash)).to.be.eq(1);
});

// ethers v6 throws instead of reverting
it("can be used only via DELEGATECALL opcode", async () => {
const { lib } = await setupTests();

// ethers v6 throws instead of reverting
await expect(lib.signMessage("0xbaddad")).to.be.rejectedWith(
"function selector was not recognized and there's no fallback function",
);
Expand Down

0 comments on commit e55d181

Please sign in to comment.