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 71208e3 commit 6f912c0Copy full SHA for 6f912c0
test/v1/tck/steps/authsteps.js
@@ -75,7 +75,7 @@ module.exports = function () {
75
var expectedCode = 'Neo.ClientError.Security.Unauthorized';
76
77
if (message.indexOf(expectedStartOfMessage) != 0) {
78
- throw new Error("Wrong error messsage. Expected: '" + expectedStartOfMessage + "'. Got: '" + message + "'");
+ throw new Error("Wrong error message. Expected: '" + expectedStartOfMessage + "'. Got: '" + message + "'");
79
}
80
81
if (code.indexOf(expectedCode) != 0) {
0 commit comments