Skip to content

Commit

Permalink
feat(job-scheduler): fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jan 22, 2025
1 parent 5779ecb commit 78fa216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_job_scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@ describe('Job Scheduler', function () {

expect(jobSchedulers[0]).to.deep.equal({
key: 'test',
iterationCount: 2,
name: 'a',
endDate: null,
tz: 'Asia/Calcutta',
Expand Down

0 comments on commit 78fa216

Please sign in to comment.