From 193c109327c5216cab1d4eed6bfdff24629b09a3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 26 Nov 2018 14:05:02 -0500 Subject: Switched TestCase to SimpleTestCase where possible in Django's tests. --- tests/cache/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cache') 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/' -- cgit v1.3