bt2: Adapt test_message_iterator.py and make it pass
[babeltrace.git] / tests / bindings / python / bt2 / test_clock_class.py
index de0c001c6d6b11235812b8518f2021ff51464617..8be327bd5c6d1031eb50916caf51eff1aae3e0f8 100644 (file)
@@ -201,7 +201,7 @@ class ClockSnapshotTestCase(unittest.TestCase):
         self._cc = _cc
 
         class MyIter(bt2._UserMessageIterator):
-            def __init__(self):
+            def __init__(self, self_port_output):
                 self._at = 0
 
             def __next__(self):
This page took 0.02454 seconds and 4 git commands to generate.