Skip to content

Commit

Permalink
Swap asser to expect
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed May 6, 2020
1 parent 95162a9 commit 5abd67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/timeout.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('this.timeout()', function() {
done(err);
return;
}
assert.strictEqual(res.stats.failures, 1);
expect(res.stats.failures, 'to be', 1);
done();
});
});
Expand Down

0 comments on commit 5abd67d

Please sign in to comment.