Skip to content

Commit 6f912c0

Browse files
committed
spelling: message
1 parent 71208e3 commit 6f912c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/tck/steps/authsteps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function () {
7575
var expectedCode = 'Neo.ClientError.Security.Unauthorized';
7676

7777
if (message.indexOf(expectedStartOfMessage) != 0) {
78-
throw new Error("Wrong error messsage. Expected: '" + expectedStartOfMessage + "'. Got: '" + message + "'");
78+
throw new Error("Wrong error message. Expected: '" + expectedStartOfMessage + "'. Got: '" + message + "'");
7979
}
8080

8181
if (code.indexOf(expectedCode) != 0) {

0 commit comments

Comments
 (0)