Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73866ef

Browse files
committed
Issue #22685, asyncio: resume_reading() must also be called in test_pause_reading()
1 parent ddf3bc9 commit 73866ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_pause_reading():
196196

197197
self.assertEqual(stdout, b'x' * size)
198198
self.assertTrue(transport.pause_reading.called)
199+
self.assertTrue(transport.resume_reading.called)
199200

200201

201202
if sys.platform != 'win32':

0 commit comments

Comments
 (0)