diff --git a/tests/functional/openlp_core_ui/test_firsttimeform.py b/tests/functional/openlp_core_ui/test_firsttimeform.py index 08854acdb..ab228ce98 100644 --- a/tests/functional/openlp_core_ui/test_firsttimeform.py +++ b/tests/functional/openlp_core_ui/test_firsttimeform.py @@ -94,7 +94,6 @@ class TestFirstTimeForm(TestCase, TestMixin): self.assertEqual(634, size.width()) self.assertEqual(386, size.height()) - def initialise_test(self): """ Test if we can intialise the FirstTimeForm diff --git a/tests/functional/openlp_core_ui/test_generaltab.py b/tests/functional/openlp_core_ui/test_generaltab.py index 9940342f4..9d2d45ca6 100644 --- a/tests/functional/openlp_core_ui/test_generaltab.py +++ b/tests/functional/openlp_core_ui/test_generaltab.py @@ -52,4 +52,3 @@ class TestGeneralTab(TestCase): # THEN: Various member variables should be initialised self.assertEqual(mocked_screen_list, general_tab.screens) self.assertEqual(':/icon/openlp-logo-16x16.png', general_tab.icon_path) -