This commit is contained in:
fbarbu15 2023-11-23 14:26:09 +02:00
parent b84252c581
commit 8dfe932051
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501

View File

@ -56,7 +56,7 @@ class TestRelaySubscribe(StepsRelay):
for pubsub_topic in VALID_PUBSUB_TOPICS:
self.check_publish_without_subscription(pubsub_topic)
def test_unsubscribe_from_sume_pubsub_topics(self):
def test_unsubscribe_from_some_pubsub_topics(self):
self.ensure_subscriptions_on_nodes(self.main_nodes, VALID_PUBSUB_TOPICS)
for pubsub_topic in VALID_PUBSUB_TOPICS:
self.wait_for_published_message_to_reach_peer(pubsub_topic=pubsub_topic)