diff --git a/tests/interfaces/openlp_core_lib/test_pluginmanager.py b/tests/interfaces/openlp_core_lib/test_pluginmanager.py index 498803c44..ca8ed3f07 100644 --- a/tests/interfaces/openlp_core_lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core_lib/test_pluginmanager.py @@ -33,6 +33,7 @@ class TestPluginManager(TestCase): def tearDown(self): os.unlink(self.ini_file) + del self.app def find_plugins_test(self): """