diff --git a/tests/functional/openlp_core_lib/test_ui.py b/tests/functional/openlp_core_lib/test_ui.py index 5efe202cb..860fed0b1 100644 --- a/tests/functional/openlp_core_lib/test_ui.py +++ b/tests/functional/openlp_core_lib/test_ui.py @@ -112,4 +112,4 @@ class TestUi(TestCase): # THEN: We should get a toolbutton self.assertIsInstance(btn, QtGui.QToolButton) self.assertEqual('my_btn', btn.objectName()) - self.assertTrue(btn.isEnabled()) \ No newline at end of file + self.assertTrue(btn.isEnabled())