Skip to content

Commit 6210209

Browse files
fix test "update task example"
1 parent 55d645a commit 6210209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/common/readme.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe("TaskManager", () => {
8282
},
8383
workflowWithWaitTask.name,
8484
1,
85-
"someId"
85+
`${workflowWithWaitTask.name}-id`
8686
);
8787
const workflowStatus = await executor.getWorkflow(executionId!, true);
8888

0 commit comments

Comments
 (0)