We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037ee71 commit cd404c2Copy full SHA for cd404c2
modules/bitgo/test/v2/unit/wallet.ts
@@ -728,12 +728,12 @@ describe('V2 Wallet:', function () {
728
customSigningFunction,
729
});
730
} catch (e) {
731
- e.message.should.equal(errorMessage);
+ e.message.should.not.equal(errorMessage);
732
}
733
try {
734
await ethWallet.sendMany({ ...sendManyParamsCorrectPassPhrase });
735
736
737
738
nockKeychain.isDone().should.be.true();
739
0 commit comments