From a0859a5694dcc0c98491e51d0cd3dae10297a338 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Mon, 18 Apr 2016 21:30:22 +0300 Subject: [PATCH] Noticed I had created 2 unneeded blank lines to test file. --- tests/functional/openlp_core_ui/test_mainwindow.py | 2 -- 1 file changed, 2 deletions(-) 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