From 67badd0f29f3545a56360cd0b86e8de567ec1cbc Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 3 Jan 2019 21:34:03 +0000 Subject: [PATCH] for fixes --- tests/interfaces/openlp_core/lib/test_pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/openlp_core/lib/test_pluginmanager.py b/tests/interfaces/openlp_core/lib/test_pluginmanager.py index 07eb33525..5988f978a 100644 --- a/tests/interfaces/openlp_core/lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core/lib/test_pluginmanager.py @@ -67,7 +67,7 @@ class TestPluginManager(TestCase, TestMixin): gc.collect() self.temp_dir_path.rmtree() - @patch('openlp.plugins.songusage.manager') + @patch('openlp.plugins.songusage.Manager') @patch('openlp.plugins.songs.lib.db.init_schema') @patch('openlp.plugins.images.lib.db.init_schema') @patch('openlp.plugins.custom.lib.db.init_schema')