mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-26 08:43:11 +00:00
fix typo
This commit is contained in:
parent
b84252c581
commit
8dfe932051
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user