mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
asyncio.tests: Fix whitespace
This commit is contained in:
parent
d59bba88e3
commit
a211a7a0e7
1 changed files with 3 additions and 4 deletions
|
@ -782,7 +782,6 @@ class BaseEventLoopTests(test_utils.TestCase):
|
|||
self.loop._selector.select.return_value = (event_sentinel,)
|
||||
|
||||
for i in range(1, 3):
|
||||
# with self.subTest('Loop %d/2' % i): # Not in Python 3.3.
|
||||
self.loop.call_soon(self.loop.stop)
|
||||
self.loop.run_forever()
|
||||
self.assertEqual(callcount, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue