From 7c21c4d73aad0d0c0f741223a7198b5697c7c5b0 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 24 Jun 2024 11:10:49 +0200 Subject: [PATCH] Update test/test_processes.py --- test/test_processes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_processes.py b/test/test_processes.py index ffb2f573..0cb4161b 100644 --- a/test/test_processes.py +++ b/test/test_processes.py @@ -835,7 +835,7 @@ async def async_test(): loop.create_task(proc.step_until_terminated()) loop.run_until_complete(async_test()) - + def test_double_restart(self): """Test that consecutive restarts do not cause any issues, this is tested for concurrency reasons.""" loop = asyncio.get_event_loop()