X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsink.text.pretty%2Ftest_pretty.py;fp=tests%2Fplugins%2Fsink.text.pretty%2Ftest_pretty.py;h=0e0cd218e35f7af5230ca34a7461f577e98407c6;hp=368afb6cbd0d13b54ccf72d3c28b17ba7a08d0e2;hb=f5567ea88d172767b34373bc6e402da8bfd85ef8;hpb=419d8c49bd978a59b8a0619d83cb6ba26b18f970 diff --git a/tests/plugins/sink.text.pretty/test_pretty.py b/tests/plugins/sink.text.pretty/test_pretty.py index 368afb6c..0e0cd218 100644 --- a/tests/plugins/sink.text.pretty/test_pretty.py +++ b/tests/plugins/sink.text.pretty/test_pretty.py @@ -12,7 +12,7 @@ class Test(unittest.TestCase): def test_unconnected_port_raises(self): graph = bt2.Graph() graph.add_component( - bt2.find_plugin('text').sink_component_classes['pretty'], 'snk' + bt2.find_plugin("text").sink_component_classes["pretty"], "snk" ) with self.assertRaisesRegex( @@ -21,5 +21,5 @@ class Test(unittest.TestCase): graph.run() -if __name__ == '__main__': +if __name__ == "__main__": unittest.main()