From 3c3a9ac90b905184698722cb414fa5b9eb18073d Mon Sep 17 00:00:00 2001 From: NIC Lin Date: Tue, 23 Jul 2019 16:37:01 +0800 Subject: [PATCH] Update tests/pubsub/test_gossipsub.py Co-Authored-By: Kevin Mai-Husan Chia --- tests/pubsub/test_gossipsub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pubsub/test_gossipsub.py b/tests/pubsub/test_gossipsub.py index 39936026..6dd7e446 100644 --- a/tests/pubsub/test_gossipsub.py +++ b/tests/pubsub/test_gossipsub.py @@ -51,7 +51,7 @@ async def test_join(): # Check that the gossipsub of central node has fanout for the topic assert topic in gossipsubs[central_node_index].fanout - # Check that the gossipsub of central node does not has mesh for the topic + # Check that the gossipsub of central node does not have a mesh for the topic assert topic not in gossipsubs[central_node_index].mesh # Central node subscribe message origin