diff --git a/tests/cron.test.js b/tests/cron.test.js index 4953e156..601143d7 100644 --- a/tests/cron.test.js +++ b/tests/cron.test.js @@ -780,7 +780,7 @@ describe('cron', () => { const clock = sinon.useFakeTimers(d.getTime()); const job = new cron.CronJob({ - cronTime: ' * * 29 1 *', + cronTime: ' * * 29 2 *', onTick: callback, start: true });