Skip to content

Commit

Permalink
correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kelso committed Aug 14, 2023
1 parent 9610c7f commit 17a970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/risk/three-d-secure.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe('ThreeDSecure', function () {

assert.throws(() => {
new ThreeDSecure({ risk, actionTokenId });
}, /More than one instance of 3DS was initialized./);
}, /More than one instance of threeDSecure was initialized. Make sure you remove the previous instance before initializing a new one./);
assert(risk.add.calledOnce);
});
});
Expand Down

0 comments on commit 17a970c

Please sign in to comment.