X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_trace_class.py;fp=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_trace_class.py;h=bd80586cfbc03393215fc98b2e7b4ff9f3884ddc;hb=ab6a6968d20cb3192c58f43420ae51c3da21101c;hp=841aaf67b3c9eb03d33eae6f55455f784f96136f;hpb=2d37d7fd830af46ef9816ffceeaa2426a0a3284e;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_trace_class.py b/tests/bindings/python/bt2/test_trace_class.py index 841aaf67..bd80586c 100644 --- a/tests/bindings/python/bt2/test_trace_class.py +++ b/tests/bindings/python/bt2/test_trace_class.py @@ -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)