Skip to content

Commit

Permalink
fixed unit test after adding cronTime timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCimpianu committed Feb 19, 2018
1 parent 5416dcc commit c555743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/capability.spec.js
Expand Up @@ -184,7 +184,6 @@ describe('Queue Scheduling Capabilities', function () {
it('should be able to compute next run from cron interval',
function (done) {
var lastRun = new Date();
lastRun.setSeconds(0);

Queue._computeNextRunTime({
reccurInterval: '* * * * * *',
Expand Down Expand Up @@ -233,4 +232,4 @@ describe('Queue Scheduling Capabilities', function () {
});
});

});
});

0 comments on commit c555743

Please sign in to comment.