From e34355d162afcfdd0f6091d4371146f2834b47b2 Mon Sep 17 00:00:00 2001 From: "Carlos R. L. Rodrigues" Date: Wed, 29 Jan 2025 18:03:08 -0300 Subject: [PATCH] comment --- .../integration-tests/__tests__/index.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/workflow-engine-inmemory/integration-tests/__tests__/index.spec.ts b/packages/modules/workflow-engine-inmemory/integration-tests/__tests__/index.spec.ts index 8b46c08bb98bd..e52ed640d76d1 100644 --- a/packages/modules/workflow-engine-inmemory/integration-tests/__tests__/index.spec.ts +++ b/packages/modules/workflow-engine-inmemory/integration-tests/__tests__/index.spec.ts @@ -342,7 +342,7 @@ moduleIntegrationTestRunner({ it("should execute a scheduled workflow", async () => { const spy = createScheduled("standard", { - cron: "0 0 * * * *", // Jest issue: clearExpiredExecutions runs every hour, so this should run every hour to chech the match the number of calls + cron: "0 0 * * * *", // Jest issue: clearExpiredExecutions runs every hour, this is scheduled to run every hour to match the number of calls }) await jest.runOnlyPendingTimersAsync()