Skip to content

Commit b403d95

Browse files
committed
YAPF again
1 parent b2077a1 commit b403d95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/python/test_selector_events.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ def test_sock_recv(self):
195195
self.assertEqual(type(f).__name__, asyncio.Future.__name__)
196196
self.loop.run_until_complete(asyncio.sleep(0.01, loop=self.loop))
197197

198-
self.assertEqual(self.loop._sock_recv.call_args[0][1:],
199-
(None, sock, 1024))
198+
self.assertEqual(self.loop._sock_recv.call_args[0][1:], (None, sock, 1024))
200199

201200
f.cancel()
202201
with self.assertRaises(asyncio.CancelledError):

0 commit comments

Comments
 (0)