Skip to content

Commit

Permalink
fix expected address
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Nov 27, 2023
1 parent eed76ba commit 8215dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/cli/src/tests/multisig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ describe('readMultisigConfig', () => {
it('invalid address', () => {
expect(function () {
readMultisigConfig('src/tests/multisig/invalid-address-fail.yaml');
}).to.throw('Invalid address 0xa0ee7a142d267c1n36714e4a8f75612f20a79720');
}).to.throw('Invalid address 0xa0ee7a142d267c1n36714e4a8f7561f20a79720');
});
});

0 comments on commit 8215dd2

Please sign in to comment.