Skip to content

Commit ea56fc1

Browse files
committed
test: update new test for cron standard alignments
1 parent 6146d6c commit ea56fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cron.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ describe('cron', () => {
780780
const clock = sinon.useFakeTimers(d.getTime());
781781

782782
const job = new cron.CronJob({
783-
cronTime: ' * * 29 1 *',
783+
cronTime: ' * * 29 2 *',
784784
onTick: callback,
785785
start: true
786786
});

0 commit comments

Comments
 (0)