Skip to content

Commit

Permalink
maybe fix problem with assertion in phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 14, 2017
1 parent fa0169b commit 8a8afc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/runnable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Runnable(title, fn)', function () {
it('should set disabled', function () {
var run = new Runnable();
run.timeout(1e10);
expect(run.enableTimeouts()).to.be(false);
expect(run.enableTimeouts()).to.equal(false);
});
});

Expand Down

0 comments on commit 8a8afc7

Please sign in to comment.