From 3ed5b214c6c505f0acb68c40eac2d7f3b73bc02e Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 3 Jan 2019 21:37:26 +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 5988f978a..e198f9d3a 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.songusageplugin.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')