Skip to content

Commit 5851a9b

Browse files
committed
Add assertion to existing test
1 parent 341d949 commit 5851a9b

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
@@ -4539,6 +4539,8 @@ async def test_workflow_update_separate_handle(
45394539
wait_for_stage=WorkflowUpdateStage.ACCEPTED,
45404540
)
45414541

4542+
assert update_handle_1.workflow_run_id == handle.first_execution_run_id
4543+
45424544
# Create another handle and have them both wait for update complete
45434545
update_handle_2 = client.get_workflow_handle(
45444546
handle.id, run_id=handle.result_run_id

0 commit comments

Comments
 (0)