Skip to content

Commit 73adead

Browse files
restore test
1 parent 34d33ae commit 73adead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/task/__tests__/TaskManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("TaskManager", () => {
5151

5252
const workflowStatus = await TestUtil.waitForWorkflowCompletion(executor, executionId, BASE_TIME * 4);
5353

54-
expect(workflowStatus.status).toEqual("COMPLETED123");
54+
expect(workflowStatus.status).toEqual("COMPLETED");
5555

5656
await manager.stopPolling();
5757
});

0 commit comments

Comments
 (0)