mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Normalize whitespace
This commit is contained in:
parent
d5c2a62100
commit
ec45226eeb
1 changed files with 1 additions and 1 deletions
|
@ -1368,7 +1368,7 @@ class BaseEventLoopWithSelectorTests(test_utils.TestCase):
|
|||
self.assertRaises(
|
||||
OSError, self.loop.run_until_complete, coro)
|
||||
|
||||
@patch_socket
|
||||
@patch_socket
|
||||
def test_create_datagram_endpoint_socket_err(self, m_socket):
|
||||
m_socket.getaddrinfo = socket.getaddrinfo
|
||||
m_socket.socket.side_effect = OSError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue