X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_clock_class.py;h=c4b34bd29b14110f7674873177600e4db523f085;hb=8d8b141db4c46135a35be19e4a1c192f6a36d67b;hp=26571bd40bd06b470ee186c4ec79c5cd3d4e116c;hpb=1726ac08cb44c6268d16c79c85e196112e3814b1;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_clock_class.py b/tests/bindings/python/bt2/test_clock_class.py index 26571bd4..c4b34bd2 100644 --- a/tests/bindings/python/bt2/test_clock_class.py +++ b/tests/bindings/python/bt2/test_clock_class.py @@ -247,7 +247,7 @@ class ClockSnapshotTestCase(unittest.TestCase): self._cc = _cc class MyIter(bt2._UserMessageIterator): - def __init__(self, self_port_output): + def __init__(self, config, self_port_output): self._at = 0 def __next__(self):