summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/liberal_backend.py1
-rw-r--r--tests/cache/tests.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cache/liberal_backend.py b/tests/cache/liberal_backend.py
index b72013c6a8..3e3ce3beeb 100644
--- a/tests/cache/liberal_backend.py
+++ b/tests/cache/liberal_backend.py
@@ -7,4 +7,3 @@ class LiberalKeyValidationMixin(object):
class CacheClass(LiberalKeyValidationMixin, LocMemCache):
pass
-
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index 462c1b236d..d46c61df67 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -1917,4 +1917,3 @@ class TestMakeTemplateFragmentKey(TestCase):
key = make_template_fragment_key('spam', ['abc:def%'])
self.assertEqual(key,
'template.cache.spam.f27688177baec990cdf3fbd9d9c3f469')
-