From: Yury Selivanov Date: Thu, 17 Dec 2015 00:35:30 +0000 (-0500) Subject: Normalize whitespace X-Git-Tag: v3.6.0a1~903^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec45226eebbc7aacfe32aad3dd2087c8fa9e178b;p=python Normalize whitespace --- diff --git a/Lib/test/test_asyncio/test_base_events.py b/Lib/test/test_asyncio/test_base_events.py index 608398cc67..a46ac166d1 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