From 8c718b33ef44a424d9542cdf3e468791d6c46c82 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Fri, 10 Jan 2025 20:37:55 +0200 Subject: [PATCH] Minor --- tests/mqtt/test_mqtt_pubsub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mqtt/test_mqtt_pubsub.py b/tests/mqtt/test_mqtt_pubsub.py index 2a5fca1..cf737f3 100644 --- a/tests/mqtt/test_mqtt_pubsub.py +++ b/tests/mqtt/test_mqtt_pubsub.py @@ -100,7 +100,7 @@ def test_subscriber_strict_topic(self): except ValueError as e: self.assertEqual(str(e), "Invalid topic: #") node.run(wait=True) - node.stop() + # node.stop() def test_wsubscriber_strict_topic(self): """ @@ -152,4 +152,4 @@ def test_wsubscriber_strict_topic(self): except ValueError as e: self.assertEqual(str(e), "Invalid topic: #") node.run(wait=True) - node.stop() + # node.stop()