From 9a39c46e2be28b64aa64ad6039f09b131da65bf3 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 2 Dec 2018 09:08:00 +0000 Subject: [PATCH] Fix tests and code --- tests/openlp_core/projectors/test_projector_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/openlp_core/projectors/test_projector_db.py b/tests/openlp_core/projectors/test_projector_db.py index 26aae945f..8795f4b73 100644 --- a/tests/openlp_core/projectors/test_projector_db.py +++ b/tests/openlp_core/projectors/test_projector_db.py @@ -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()