Skip to content

Commit 801ce8b

Browse files
committed
Investigate
1 parent 16f7a04 commit 801ce8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/worker/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6181,7 +6181,7 @@ async def _do_first_completion_command_is_honored_test(
61816181
except WorkflowFailureError as err:
61826182
if main_workflow_returns_before_signal_completions:
61836183
raise RuntimeError(
6184-
"Expected no error due to main workflow coroutine returning first"
6184+
f"Expected no error due to main workflow coroutine returning first, but got error:\n{err.__class__}\n{err.__cause__.__class__}\n{err.__cause__}"
61856185
)
61866186
else:
61876187
assert str(err.cause).startswith("Client should see this error")

0 commit comments

Comments
 (0)