Skip to content

Commit 8994143

Browse files
committed
Add assertion to existing test
1 parent c44a6d8 commit 8994143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/worker/test_workflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4590,6 +4590,8 @@ async def test_workflow_update_separate_handle(
45904590
wait_for_stage=WorkflowUpdateStage.ACCEPTED,
45914591
)
45924592

4593+
assert update_handle_1.workflow_run_id == handle.first_execution_run_id
4594+
45934595
# Create another handle and have them both wait for update complete
45944596
update_handle_2 = client.get_workflow_handle(
45954597
handle.id, run_id=handle.result_run_id

0 commit comments

Comments
 (0)