X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_message.py;h=c55664980aaaa173087199d87320ea4ab441e815;hp=ff67976dfc5ee47517926526c85847e260aef5fa;hb=e30908cfe5b1a65d01c52cf21e7134abf9697eaf;hpb=0e32706b330840cf012f97884a4c22ea34f278b4 diff --git a/tests/bindings/python/bt2/test_message.py b/tests/bindings/python/bt2/test_message.py index ff67976d..c5566498 100644 --- a/tests/bindings/python/bt2/test_message.py +++ b/tests/bindings/python/bt2/test_message.py @@ -560,7 +560,9 @@ class CreateDiscardedPacketMessageTestCase(unittest.TestCase): # Trying to create when the stream does not support discarded packets. def test_create_unsupported_raises(self): def create_stream_class(tc, cc): - return tc.create_stream_class(supports_packets=True,) + return tc.create_stream_class( + supports_packets=True, + ) def msg_iter_next(msg_iter, stream): with self.assertRaisesRegex(