Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Oct 9, 2023
1 parent 34736a5 commit a5ab34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eth-tx-auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ describe('Ethereum Transaction Authenticator', function () {
);
expect.fail('Should have failed');
} catch (err: any) {
expect(err.message).to.contain(shortString.encodeShortString('Invalid sender address'));
expect(err.message).to.contain(shortString.encodeShortString('Commit not found'));
}
}, 1000000);

Expand Down

0 comments on commit a5ab34f

Please sign in to comment.