Skip to content

Commit

Permalink
Update test/test_processes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Jun 24, 2024
1 parent 2aff314 commit 7c21c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7c21c4d

Please sign in to comment.