Skip to content

Commit

Permalink
test: update new test for cron standard alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Sep 30, 2023
1 parent ff615f1 commit 4a406c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cron.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ describe('cron', () => {
const clock = sinon.useFakeTimers(d.getTime());

const job = new cron.CronJob({
cronTime: ' * * 29 1 *',
cronTime: ' * * 29 2 *',
onTick: callback,
start: true
});
Expand Down

0 comments on commit 4a406c1

Please sign in to comment.