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 3, 2020
1 parent 2603598 commit 85d1818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/timeout.spec.js
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 85d1818

Please sign in to comment.