From 83601e49be3201bf4d1a6f4cd401edfe4c26f22e Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 3 Jan 2019 21:50:42 +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 ca29d2a1b..0b1d0f0cc 100644 --- a/tests/interfaces/openlp_core/lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core/lib/test_pluginmanager.py @@ -72,7 +72,7 @@ class TestPluginManager(TestCase, TestMixin): @patch('openlp.plugins.images.imagesplugin.Manager') @patch('openlp.plugins.custom.customplugin.Manager') @patch('openlp.plugins.alerts.alertsplugin.Manager') - @patch('openlp.plugins.bibles.biblesplugin.Manager') + @patch('openlp.plugins.bibles.bibleplugin.Manager') def test_find_plugins(self, mocked_is1, mocked_is2, mocked_is3, mocked_is4, mocked_is5, mocked_is6): """ Test the find_plugins() method to ensure it imports the correct plugins