Skip to content

Commit

Permalink
test: revert message
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar committed Apr 23, 2024
1 parent bd23d06 commit c44c9d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/verifier/verifiers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ describe('Verifiers tests', function () {

await expect(
deployVerifier.verifyRelayedCall(deployRequest, signature)
).to.be.rejectedWith('Signature not allowed');
).to.be.rejectedWith('Method not allowed');
});

it('Should succeed destination contract provide enough balance (public method)', async function () {
Expand Down

0 comments on commit c44c9d5

Please sign in to comment.