summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_base_events.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-15 18:14:48 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-15 18:14:48 (GMT)
commitd070154fb5f35c33fd03ce941ec19ca15de32263 (patch)
tree46562810cc8148567bbef64c67454d02cd3c9187 /Lib/test/test_asyncio/test_base_events.py
parente9da808b7ee5ad4a383275bb1c29fa80ba33f068 (diff)
parenta1b0e7db7315ff0d8d0f8edc056f387f198cf5a1 (diff)
downloadcpython-d070154fb5f35c33fd03ce941ec19ca15de32263.zip
cpython-d070154fb5f35c33fd03ce941ec19ca15de32263.tar.gz
cpython-d070154fb5f35c33fd03ce941ec19ca15de32263.tar.bz2
Merge 3.5 (issue #27906)
Diffstat (limited to 'Lib/test/test_asyncio/test_base_events.py')
-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 206ebc6..0efdc20 100644
--- a/Lib/test/test_asyncio/test_base_events.py
+++ b/Lib/test/test_asyncio/test_base_events.py
@@ -1634,7 +1634,7 @@ class BaseEventLoopWithSelectorTests(test_utils.TestCase):
self.loop.call_later.assert_called_with(constants.ACCEPT_RETRY_DELAY,
# self.loop._start_serving
mock.ANY,
- MyProto, sock, None, None)
+ MyProto, sock, None, None, mock.ANY)
def test_call_coroutine(self):
@asyncio.coroutine