mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26331 -- Fixed test function names with typos
This commit is contained in:
parent
95ca01f999
commit
75614f6d4c
2 changed files with 2 additions and 2 deletions
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
@ -1351,7 +1351,7 @@ class DefaultNonExpiringCacheKeyTests(SimpleTestCase):
|
|||
self.assertIsNotNone(cache._expire_info[cache_key])
|
||||
|
||||
@override_settings(CACHES=NEVER_EXPIRING_CACHES_SETTINGS)
|
||||
def text_caches_set_with_timeout_as_none_set_non_expiring_key(self):
|
||||
def test_caches_set_with_timeout_as_none_set_non_expiring_key(self):
|
||||
"""Memory caches that have the TIMEOUT parameter set to `None` will set
|
||||
a non expiring key by default.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue