Skip to content

Commit

Permalink
fix test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhippler committed Mar 17, 2017
1 parent d4a493c commit 3640503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('dvb.route', function () {
mockRequest('route-0-0.json');

it('should return null', function (done) {
dvb.route(0, 0, new Date(), 'foo')
dvb.route(0, 0)
.then(function (data) {
assert.isNull(data);
done();
Expand Down

0 comments on commit 3640503

Please sign in to comment.