Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 27, 2018
1 parent ce2cd45 commit ca5fd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def test_echo_compress(self):
events = []
for event in ws.connect(poll=60, ping_rate=0, auto_pong=False):
events.append(event)
print(event)
if event.name == 'ready':
assert ws.supports_compression
ws.send_text(u'echofoo')
Expand Down

0 comments on commit ca5fd3f

Please sign in to comment.