From 6ea3ac875c0441985e9ae98bb40539fa94da6feb Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 4 Feb 2019 17:21:34 +0000 Subject: [PATCH] fix the fix! renderer not included any more --- tests/interfaces/openlp_core/ui/test_mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/openlp_core/ui/test_mainwindow.py b/tests/interfaces/openlp_core/ui/test_mainwindow.py index d87557e73..d86025eb9 100644 --- a/tests/interfaces/openlp_core/ui/test_mainwindow.py +++ b/tests/interfaces/openlp_core/ui/test_mainwindow.py @@ -64,7 +64,7 @@ class TestMainWindow(TestCase, TestMixin): patch('openlp.core.ui.mainwindow.ProjectorManager'), \ patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \ patch('openlp.core.ui.mainwindow.PluginForm'), \ - patch('openlp.core.display.render.Renderer'): + patch('openlp.core.ui.mainwindow.server.HttpServer'): self.main_window = MainWindow() def tearDown(self):