Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Dec 8, 2024
1 parent 9acaf41 commit 3f05086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_job_scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ describe('Job Scheduler', function () {
);
const delayStub = sinon.stub(worker, 'delay').callsFake(async () => {});

const date = new Date('2017-02-07 9:24:00');
const date = new Date('2017-02-07T15:24:00.000Z');
this.clock.setSystemTime(date);

await queue.upsertJobScheduler(
Expand Down

0 comments on commit 3f05086

Please sign in to comment.