From 8dfe93205177cae8c08642f8d15cfae68691b633 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Thu, 23 Nov 2023 14:26:09 +0200 Subject: [PATCH] fix typo --- tests/relay/test_subscribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/relay/test_subscribe.py b/tests/relay/test_subscribe.py index ca5b93ea3..e4acf5746 100644 --- a/tests/relay/test_subscribe.py +++ b/tests/relay/test_subscribe.py @@ -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)