We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d33ae commit 73adeadCopy full SHA for 73adead
1 file changed
src/task/__tests__/TaskManager.test.ts
@@ -51,7 +51,7 @@ describe("TaskManager", () => {
51
52
const workflowStatus = await TestUtil.waitForWorkflowCompletion(executor, executionId, BASE_TIME * 4);
53
54
- expect(workflowStatus.status).toEqual("COMPLETED123");
+ expect(workflowStatus.status).toEqual("COMPLETED");
55
56
await manager.stopPolling();
57
});
0 commit comments