Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
klpanagi committed Jan 10, 2025
1 parent d6749b8 commit 8c718b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mqtt/test_mqtt_pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down Expand Up @@ -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()

0 comments on commit 8c718b3

Please sign in to comment.