From a5ab34f809502ab770d4eecd0c9153f0f149fd69 Mon Sep 17 00:00:00 2001 From: Orlando Date: Mon, 9 Oct 2023 13:09:08 +0100 Subject: [PATCH] chore: update test --- tests/eth-tx-auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eth-tx-auth.test.ts b/tests/eth-tx-auth.test.ts index 9c6f1ec32..6b87dad3f 100644 --- a/tests/eth-tx-auth.test.ts +++ b/tests/eth-tx-auth.test.ts @@ -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);