Skip to content

Commit 3710e5f

Browse files
committed
Reorder assertions
1 parent 1413f53 commit 3710e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/nexus/test_workflow_caller.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,12 +634,12 @@ async def test_async_response(
634634
WorkflowExecutionStatus.RUNNING,
635635
WorkflowExecutionStatus.COMPLETED,
636636
]
637-
await assert_caller_workflow_has_link_to_handler_workflow(
638-
caller_wf_handle, handler_wf_handle, handler_wf_info.run_id
639-
)
640637
await assert_handler_workflow_has_link_to_caller_workflow(
641638
caller_wf_handle, handler_wf_handle
642639
)
640+
await assert_caller_workflow_has_link_to_handler_workflow(
641+
caller_wf_handle, handler_wf_handle, handler_wf_info.run_id
642+
)
643643

644644
if request_cancel:
645645
# The operation response was asynchronous and so request_cancel is honored. See

0 commit comments

Comments
 (0)