From d1eff87c3066fcfc0995f92685868fb3d0c6fb89 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 3 Jan 2019 21:53:34 +0000 Subject: [PATCH] for fixes --- tests/interfaces/openlp_core/lib/test_pluginmanager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/interfaces/openlp_core/lib/test_pluginmanager.py b/tests/interfaces/openlp_core/lib/test_pluginmanager.py index 0b1d0f0cc..336bc4392 100644 --- a/tests/interfaces/openlp_core/lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core/lib/test_pluginmanager.py @@ -72,8 +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.bibleplugin.Manager') - def test_find_plugins(self, mocked_is1, mocked_is2, mocked_is3, mocked_is4, mocked_is5, mocked_is6): + def test_find_plugins(self, mocked_is1, mocked_is2, mocked_is3, mocked_is4, mocked_is5): """ Test the find_plugins() method to ensure it imports the correct plugins """