bt2: fix error message in trace_class.py
[babeltrace.git] / tests / bindings / python / bt2 / test_trace_class.py
index 841aaf67b3c9eb03d33eae6f55455f784f96136f..bd80586cfbc03393215fc98b2e7b4ff9f3884ddc 100644 (file)
@@ -226,7 +226,7 @@ class TraceClassTestCase(unittest.TestCase):
 
         with self.assertRaisesRegex(
             ValueError,
-            r'This trace class destruction listener does not match the trace object\.',
+            r'This trace class destruction listener does not match the trace class object\.',
         ):
             trace_class_2.remove_destruction_listener(handle1)
 
This page took 0.024206 seconds and 4 git commands to generate.