From 53874b48bace72d822e5157e6cb502b76fea82f7 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 11 Jul 2025 06:43:20 -0400 Subject: [PATCH] Cleanup --- tests/hello_nexus/hello_nexus_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/hello_nexus/hello_nexus_test.py b/tests/hello_nexus/hello_nexus_test.py index 09b46252..f9a8807d 100644 --- a/tests/hello_nexus/hello_nexus_test.py +++ b/tests/hello_nexus/hello_nexus_test.py @@ -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!",