From ea56fc1c32905d711b160823fc09f39169dd3efd Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Tue, 15 Aug 2023 19:06:35 +0200 Subject: [PATCH] test: update new test for cron standard alignments --- tests/cron.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });