Skip to content

Commit 3d61c4f

Browse files
restore cronExpression changes in schedulerExecutor.test.ts
1 parent 89c8613 commit 3d61c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/common/schedulerExecutor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe("ScheduleExecutor", () => {
116116
});
117117

118118
test("Should be able to retrieve next (default 3) execution times for a scheduler", async () => {
119-
const cronExpression = "0 0 * * * *"; //every hour
119+
const cronExpression = "0 0 * ? * *"; //every hour
120120
const client = await clientPromise;
121121
const executor = new SchedulerClient(client);
122122
const result = await executor.getNextFewSchedules(cronExpression);

0 commit comments

Comments
 (0)