Skip to content
Merged
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
3 changes: 0 additions & 3 deletions tests/hello_nexus/hello_nexus_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ async def test_nexus_service_basic(client: Client, env: WorkflowEnvironment):
hello_nexus.handler.worker.interrupt_event.set()
await handler_worker_task
hello_nexus.handler.worker.interrupt_event.clear()
print("\n\n")
print([r.message for r in results])
print("\n\n")
assert [r.message for r in results] == [
"Hello world from sync operation!",
"Hello world from workflow run operation!",
Expand Down
Loading