Skip to content

Commit 16445b5

Browse files
committed
spelling: expected
1 parent 3102de0 commit 16445b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/tck/steps/erroreportingsteps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function () {
3838
this.Then(/^it throws a `ClientException`$/, function (table) {
3939
var expected = table.rows()[0][0];
4040
if (!this.error) {
41-
throw new Error("Exepcted an error but got none.")
41+
throw new Error("Expected an error but got none.")
4242
}
4343
if (this.error.message.indexOf(expected) != 0) {
4444
if (!(expected == "Unsupported URI scheme:" || expected == "Unable to connect to" ))

0 commit comments

Comments
 (0)