Skip to content

Commit 1c8b1b5

Browse files
committed
Fix typo on testExecutionKeyWorkflows test
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 255107c commit 1c8b1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/workflows/DaprWorkflowsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public void testExecutionKeyWorkflows() throws Exception {
181181
workflowClient.waitForWorkflowStart(instanceId, Duration.ofSeconds(100), false);
182182

183183
Duration timeout = Duration.ofSeconds(1000);
184-
WorkflowState workflowStatus = workflowClient.waitForWorkflowStart(instanceId, timeout, true);
184+
WorkflowState workflowStatus = workflowClient.waitForWorkflowCompletion(instanceId, timeout, true);
185185

186186
assertNotNull(workflowStatus);
187187

0 commit comments

Comments
 (0)