Noticed I had created 2 unneeded blank lines to test file.

This commit is contained in:
suutari-olli 2016-04-18 21:30:22 +03:00
parent 3639ad1bd4
commit a0859a5694
1 changed files with 0 additions and 2 deletions

View File

@ -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