Skip to content

Commit

Permalink
fixing py3.5 ssl protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 14, 2015
1 parent 2018556 commit fb83886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/async/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ def test_pulsar_protocol(self):
transport = asyncio.Transport()
proto.connection_made(transport)
self.assertEqual(proto.transport, transport)

0 comments on commit fb83886

Please sign in to comment.