diff options
Diffstat (limited to 'Lib/test/test_asyncio/test_selector_events.py')
-rw-r--r-- | Lib/test/test_asyncio/test_selector_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_selector_events.py b/Lib/test/test_asyncio/test_selector_events.py index 9d094a7b041..de81936b745 100644 --- a/Lib/test/test_asyncio/test_selector_events.py +++ b/Lib/test/test_asyncio/test_selector_events.py @@ -1086,7 +1086,7 @@ class SelectorSocketTransportTests(test_utils.TestCase): self.assertFalse(self.protocol.connection_lost.called) self.loop.writers[7]._run() - # during this ^ run, the _resume_writing mock above was called and added more data + # during this ^ run, the _resume_writing mock above was called and added more data self.assertEqual(transport.get_write_buffer_size(), 2) self.loop.writers[7]._run() |