Skip to content

Commit

Permalink
[js] Update a test to only check the error type, as the error message…
Browse files Browse the repository at this point in the history
… will

differ by driver implementation
  • Loading branch information
jleyba committed Jun 7, 2016
1 parent 4d604a6 commit 0a4f3c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ test.suite(function(env) {
fail('it should have timed out');
}).catch(function(e) {
assert(e.name).equalTo('ScriptTimeoutError');
assert(e.message).contains('Timed out waiting for async script \
result after');
});
});

Expand Down

0 comments on commit 0a4f3c3

Please sign in to comment.