remove unneeded

This commit is contained in:
Tim Bentley 2019-01-03 20:39:53 +00:00
parent df3bbc1ec0
commit 100d72c571

View File

@ -63,7 +63,8 @@ class TestMainWindow(TestCase, TestMixin):
patch('openlp.core.ui.mainwindow.ThemeManager'), \
patch('openlp.core.ui.mainwindow.ProjectorManager'), \
patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \
patch('openlp.core.ui.mainwindow.server.HttpServer'):
patch('openlp.core.ui.mainwindow.pluginform.PluginForm'), \
patch('openlp.core.ui.mainwindow.server.HttpServer'):
self.main_window = MainWindow()
def tearDown(self):