diff --git a/tests/functional/openlp_core_ui/test_mainwindow.py b/tests/functional/openlp_core_ui/test_mainwindow.py index f3a02e64a..19e4d01d5 100644 --- a/tests/functional/openlp_core_ui/test_mainwindow.py +++ b/tests/functional/openlp_core_ui/test_mainwindow.py @@ -37,7 +37,6 @@ from tests.helpers.testmixin import TestMixin from tests.utils.constants import TEST_RESOURCES_PATH - class TestMainWindow(TestCase, TestMixin): def setUp(self): @@ -187,7 +186,6 @@ class TestMainWindow(TestCase, TestMixin): mocked_media_tool_box.currentWidget.return_value = mocked_widget # WHEN: The search shortcut is triggered - self.main_window.on_search_shortcut_triggered() # THEN: The media manager dock is made visible