bt2: clean available `bt2` package names
[babeltrace.git] / tests / bindings / python / bt2 / test_trace_class.py
index cf286658f4938c5c22ed2c8b47662e97ba73b56d..2ad8300147b691b6bbe728c6f39d019fbca6c74b 100644 (file)
@@ -116,8 +116,6 @@ 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)
-
             if sc_id == 12:
                 self.assertEqual(stream_class.addr, sc1.addr)
             elif sc_id == 54:
This page took 0.023543 seconds and 4 git commands to generate.