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 Aug 15, 2023
1 parent 6146d6c commit ea56fc1
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 @@ -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
});
Expand Down

0 comments on commit ea56fc1

Please sign in to comment.