Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 23, 2024
1 parent 4dc360a commit 0bfc26f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ describe('e2e_token_contract transfer private', () => {
.withWallet(wallets[1])
.methods.transfer_in_private(badAccount.address, accounts[1].address, 0, nonce)
.send();
await expect(txCancelledAuthwit.wait()).rejects.toThrow(
"Assertion failed: Message not authorized by account 'result == IS_VALID_SELECTOR'",
);
await expect(txCancelledAuthwit.wait()).rejects.toThrow('Assertion failed: Message not authorized by account');
});
});
});

0 comments on commit 0bfc26f

Please sign in to comment.