summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-12-16 19:35:30 -0500
committerYury Selivanov <yselivanov@sprymix.com>2015-12-16 19:35:30 -0500
commitec45226eebbc7aacfe32aad3dd2087c8fa9e178b (patch)
tree92b6a4ec2d390b922a68e675fe086a24710e314a
parentd5c2a6210026834eb3cb7165e470d2cbc3065db8 (diff)
downloadcpython-git-ec45226eebbc7aacfe32aad3dd2087c8fa9e178b.tar.gz
Normalize whitespace
-rw-r--r--Lib/test/test_asyncio/test_base_events.py2
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 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