Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/nexus/test_temporal_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ async def run_update(i: int) -> str:

async def check_updates_on_completed_workflows_fail():
"""The handler workflow already finished at this point, further updaes should just fail"""
await target_handle.result()
wf_handle = await client.start_workflow(
UpdateWorkflowCaller.run,
Input(
Expand Down
Loading