Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/probetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/probetests.py b/tests/probetests.py
index 99fbf4d..7cb2ab2 100644
--- a/tests/probetests.py
+++ b/tests/probetests.py
@@ -440,7 +440,7 @@ class ProbeManagerTest(unittest.TestCase):
assert act1.MockCB == cb1, "Callback should have been set"
self.probeManager.unsubscribe("unique_id_1:SomeAddress")
- assert act1.MockEventAddr == "SomeAddress", "Unsubscribe should have been called"
+ assert act1.MockEventAddr == "unique_id_1:SomeAddress", "Unsubscribe should have been called"
def test_event_subscribe(self):
self.probeManager.register_probe("act1", "unique_id_1")