We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080dad3 commit ffb2b5aCopy full SHA for ffb2b5a
1 file changed
tests/hello_nexus/hello_nexus_test.py
@@ -36,9 +36,6 @@ async def test_nexus_service_basic(client: Client, env: WorkflowEnvironment):
36
hello_nexus.handler.worker.interrupt_event.set()
37
await handler_worker_task
38
hello_nexus.handler.worker.interrupt_event.clear()
39
- print("\n\n")
40
- print([r.message for r in results])
41
42
assert [r.message for r in results] == [
43
"Hello world from sync operation!",
44
"Hello world from workflow run operation!",
0 commit comments