Skip to content

Commit a76f528

Browse files
committed
Remove comment
1 parent c8d67b9 commit a76f528

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/fail.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
this.assert(
4141
err instanceof chai.AssertionError
4242
, message + ' expected #{this} to fail, but it threw ' + inspect(err));
43-
/*this.assert(
44-
err.message === message
45-
, 'expected #{this} to fail with ' + inspect(message) + ', but got ' + inspect(err.message));*/
4643
return;
4744
}
4845

0 commit comments

Comments
 (0)