summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-11-26 14:05:02 -0500
committerTim Graham <timograham@gmail.com>2018-11-27 08:58:44 -0500
commit193c109327c5216cab1d4eed6bfdff24629b09a3 (patch)
tree3428f61d610f51349df5ab6eb26a4876b54878c5 /tests/cache
parentf091ea35150d95fc6732bbf0c27b971dd445509a (diff)
Switched TestCase to SimpleTestCase where possible in Django's tests.
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index 6578eb288f..ad0ef05765 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -1785,7 +1785,7 @@ class CacheHEADTest(SimpleTestCase):
('es', 'Spanish'),
],
)
-class CacheI18nTest(TestCase):
+class CacheI18nTest(SimpleTestCase):
def setUp(self):
self.path = '/cache/test/'