diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-17 00:35:30 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-17 00:35:30 (GMT) |
commit | ec45226eebbc7aacfe32aad3dd2087c8fa9e178b (patch) | |
tree | 92b6a4ec2d390b922a68e675fe086a24710e314a | |
parent | d5c2a6210026834eb3cb7165e470d2cbc3065db8 (diff) | |
download | cpython-ec45226eebbc7aacfe32aad3dd2087c8fa9e178b.zip cpython-ec45226eebbc7aacfe32aad3dd2087c8fa9e178b.tar.gz cpython-ec45226eebbc7aacfe32aad3dd2087c8fa9e178b.tar.bz2 |
Normalize whitespace
-rw-r--r-- | Lib/test/test_asyncio/test_base_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_base_events.py b/Lib/test/test_asyncio/test_base_events.py index 608398c..a46ac16 100644 --- a/Lib/test/test_asyncio/test_base_events.py +++ b/Lib/test/test_asyncio/test_base_events.py @@ -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 |