bt2: prepend `_` prefix to names of classes that the user cannot create
[babeltrace.git] / tests / bindings / python / bt2 / test_trace_class.py
index 4f19b4a2bc8c173d9986ab68119a93600fe232b8..b36dafa1a1023d77aa73beec8657f5f330600e22 100644 (file)
@@ -122,7 +122,7 @@ class TraceClassTestCase(unittest.TestCase):
         tc, sc1, sc2, sc3 = self._create_trace_class_with_some_stream_classes()
 
         for sc_id, stream_class in tc.items():
-            self.assertIsInstance(stream_class, bt2.stream_class.StreamClass)
+            self.assertIsInstance(stream_class, bt2.stream_class._StreamClass)
 
             if sc_id == 12:
                 self.assertEqual(stream_class.addr, sc1.addr)
This page took 0.024609 seconds and 4 git commands to generate.