From 2bc89f83b31a5d23e67dd3d4f0d70d0c91279b9f Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 17 Dec 2013 22:21:40 +0100 Subject: [PATCH] Removed forgotten reference to the borg pattern. --- tests/app_cache/tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/app_cache/tests.py b/tests/app_cache/tests.py index 5a80155fec..a531a22e8b 100644 --- a/tests/app_cache/tests.py +++ b/tests/app_cache/tests.py @@ -9,9 +9,6 @@ from .models import TotallyNormal, SoAlternative, new_app_cache class AppCacheTests(TestCase): - """ - Tests the AppCache borg and non-borg versions - """ def test_models_py(self): """