From fb83886f6440ade8dc1508d4bd692f63701bfc33 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Sat, 14 Nov 2015 11:27:58 +0000 Subject: [PATCH] fixing py3.5 ssl protocol --- tests/async/protocols.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/async/protocols.py b/tests/async/protocols.py index 8b148109..44a6572f 100644 --- a/tests/async/protocols.py +++ b/tests/async/protocols.py @@ -14,4 +14,3 @@ def test_pulsar_protocol(self): transport = asyncio.Transport() proto.connection_made(transport) self.assertEqual(proto.transport, transport) -