mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
asyncio: Fix misc whitespace issues.
This commit is contained in:
parent
1c16537327
commit
a849be9c64
3 changed files with 15 additions and 13 deletions
|
@ -415,7 +415,7 @@ class StreamReaderTests(unittest.TestCase):
|
|||
server = MyServer(self.loop)
|
||||
server.start()
|
||||
msg = self.loop.run_until_complete(asyncio.Task(client(),
|
||||
loop=self.loop))
|
||||
loop=self.loop))
|
||||
server.stop()
|
||||
self.assertEqual(msg, b"hello world!\n")
|
||||
|
||||
|
@ -423,7 +423,7 @@ class StreamReaderTests(unittest.TestCase):
|
|||
server = MyServer(self.loop)
|
||||
server.start_callback()
|
||||
msg = self.loop.run_until_complete(asyncio.Task(client(),
|
||||
loop=self.loop))
|
||||
loop=self.loop))
|
||||
server.stop()
|
||||
self.assertEqual(msg, b"hello world!\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue