Skip to content

Commit d69f8e5

Browse files
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 9ae6017 commit d69f8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncio/test_windows_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,6 @@ def test_wsarecvfrominto_failure(self):
148148
with self.assertRaises(OSError):
149149
ov.WSARecvFromInto(0x1234, buf, len(buf), 0)
150150

151+
151152
if __name__ == '__main__':
152153
unittest.main()

0 commit comments

Comments
 (0)