From df69ff37aa14be64f497a581bb250b38ffac5f4a Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 13 Mar 2014 22:16:38 +0100 Subject: [PATCH] minor cleanup --- tests/interfaces/openlp_core_lib/test_pluginmanager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/interfaces/openlp_core_lib/test_pluginmanager.py b/tests/interfaces/openlp_core_lib/test_pluginmanager.py index 8dee9d1ac..c1b7348f9 100644 --- a/tests/interfaces/openlp_core_lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core_lib/test_pluginmanager.py @@ -69,5 +69,4 @@ class TestPluginManager(TestCase): assert 'songusage' in plugin_names, 'There should be a "songusage" plugin.' assert 'alerts' in plugin_names, 'There should be a "alerts" plugin.' assert 'remotes' in plugin_names, 'There should be a "remotes" plugin.' - del plugin_manager