Skip to content

Commit

Permalink
chore: fix failing tests due to the change in assertion message since…
Browse files Browse the repository at this point in the history
… Node v10.7.0
  • Loading branch information
twada committed Jul 20, 2018
1 parent 9455634 commit 170892e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tobe_instrumented/assertion.js
Expand Up @@ -21,9 +21,9 @@ describe('power-assert message', function () {
});


it('assert(false);', function () {
it('assert(false, "assertion message");', function () {
this.expectPowerAssertMessage(function () {
assert(false);
assert(false, "assertion message");
}, [
]);
});
Expand Down

0 comments on commit 170892e

Please sign in to comment.