Skip to content
Merged
Prev Previous commit
Next Next commit
Remove manual server starting
  • Loading branch information
arhadthedev committed May 31, 2022
commit 35e4f269177aea4ecd692ef79816a900baa3893f
1 change: 0 additions & 1 deletion Lib/test/test_asyncio/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ async def handle_client_callback(client_reader, client_writer):
handle_client_callback,
path=path
)
server.start()
msg = await client(path)
server.close()
await server.wait_closed()
Expand Down