Skip to content

Commit 52774ec

Browse files
committed
test
1 parent 4b4776e commit 52774ec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tests/integrational/asyncio/test_heartbeat.py

+3
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ async def test_timeout_event_on_broken_heartbeat(event_loop):
7777

7878
await pubnub.stop()
7979
await pubnub_listener.stop()
80+
81+
82+

tests/integrational/native_threads/test_subscribe.py

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ def test_subscribe_pub_unsubscribe(self):
8484
self.fail(e)
8585
finally:
8686
pubnub.stop()
87+
import ipdb
88+
ipdb.set_trace()
89+
90+
8791

8892
def test_join_leave(self):
8993
ch = helper.gen_channel("test-subscribe-join-leave")

0 commit comments

Comments
 (0)