try again

This commit is contained in:
Tim Bentley 2019-01-03 20:46:11 +00:00
parent 100d72c571
commit 6780c64855
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ 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.pluginform.PluginForm'), \
patch('openlp.core.ui.mainwindow.PluginForm'), \
patch('openlp.core.ui.mainwindow.server.HttpServer'):
self.main_window = MainWindow()