Fix tests and code

This commit is contained in:
Tim Bentley 2018-12-02 09:08:00 +00:00
parent c1a1ac58ba
commit 9a39c46e2b
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ class TestProjectorDB(TestCase, TestMixin):
patch('openlp.core.ui.mainwindow.ServiceManager'), \
patch('openlp.core.ui.mainwindow.ThemeManager'), \
patch('openlp.core.ui.mainwindow.ProjectorManager'), \
patch('openlp.core.ui.mainwindow.Renderer'), \
patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \
patch('openlp.core.ui.mainwindow.server.HttpServer'):
self.main_window = MainWindow()