Skip to content

Commit 810a756

Browse files
committed
fix lints
1 parent 2d211d2 commit 810a756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/core/pubsub/test_pubsub.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,8 +1205,7 @@ async def test_blacklist_tears_down_existing_connection():
12051205
calling add_to_blacklist(peer_id) immediately resets its stream and
12061206
removes it from both places.
12071207
"""
1208-
# Create two pubsub instances (gosscreate_batch_with_gossipsub),
1209-
# so they can connect to each other
1208+
# Create two pubsub instances (floodsub), so they can connect to each other
12101209
async with PubsubFactory.create_batch_with_gossipsub(2) as pubsubs_fsub:
12111210
pubsub0, pubsub1 = pubsubs_fsub
12121211

0 commit comments

Comments
 (0)