We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d211d2 commit 810a756Copy full SHA for 810a756
tests/core/pubsub/test_pubsub.py
@@ -1205,8 +1205,7 @@ async def test_blacklist_tears_down_existing_connection():
1205
calling add_to_blacklist(peer_id) immediately resets its stream and
1206
removes it from both places.
1207
"""
1208
- # Create two pubsub instances (gosscreate_batch_with_gossipsub),
1209
- # so they can connect to each other
+ # Create two pubsub instances (floodsub), so they can connect to each other
1210
async with PubsubFactory.create_batch_with_gossipsub(2) as pubsubs_fsub:
1211
pubsub0, pubsub1 = pubsubs_fsub
1212
0 commit comments