From 6780c64855824dcffcdc2201fff78a8c34d14d83 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 3 Jan 2019 20:46:11 +0000 Subject: [PATCH] try again --- 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 9e356b870..3156f9c9b 100644 --- a/tests/interfaces/openlp_core/ui/test_mainwindow.py +++ b/tests/interfaces/openlp_core/ui/test_mainwindow.py @@ -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()