bt2: Adapt test_message_iterator.py and make it pass
[babeltrace.git] / tests / bindings / python / bt2 / test_event.py
index 6f818cec407d03581ab7c74352f94b3def39470b..4c21ee7fe144dd204a963ff9da93f057fd8a4d34 100644 (file)
@@ -11,7 +11,7 @@ class EventTestCase(unittest.TestCase):
                                    with_ep=False):
 
         class MyIter(bt2._UserMessageIterator):
-            def __init__(self):
+            def __init__(self, self_output_port):
                 self._at = 0
 
             def __next__(self):
This page took 0.022744 seconds and 4 git commands to generate.