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 3102de0 commit 16445b5Copy full SHA for 16445b5
test/v1/tck/steps/erroreportingsteps.js
@@ -38,7 +38,7 @@ module.exports = function () {
38
this.Then(/^it throws a `ClientException`$/, function (table) {
39
var expected = table.rows()[0][0];
40
if (!this.error) {
41
- throw new Error("Exepcted an error but got none.")
+ throw new Error("Expected an error but got none.")
42
}
43
if (this.error.message.indexOf(expected) != 0) {
44
if (!(expected == "Unsupported URI scheme:" || expected == "Unable to connect to" ))
0 commit comments