From 487f4279dd6a6073946bfd9a8735693680c2b99e Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 12 Apr 2014 19:11:32 +0200 Subject: [PATCH] fixed blank line --- tests/functional/openlp_core_lib/test_image_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_lib/test_image_manager.py b/tests/functional/openlp_core_lib/test_image_manager.py index 4a73bb40f..c3036666d 100644 --- a/tests/functional/openlp_core_lib/test_image_manager.py +++ b/tests/functional/openlp_core_lib/test_image_manager.py @@ -89,7 +89,6 @@ class TestImageManager(TestCase, TestMixin): self.image_manager.get_image(TEST_PATH, 'church1.jpg') self.assertNotEquals(context.exception, '', 'KeyError exception should have been thrown for missing image') - def process_cache_test(self): """ Test the process_cache method