fix the fix! renderer not included any more

This commit is contained in:
Tim Bentley 2019-02-04 17:21:34 +00:00
parent 078c8d41eb
commit 6ea3ac875c

View File

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