summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
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 2afc835bed..6429ce4b0a 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -496,7 +496,7 @@ class BaseCacheTests(object):
def test_zero_timeout(self):
'''
- Passing in None into timeout results in a value that is cached forever
+ Passing in zero into timeout results in a value that is cached forever
'''
cache.set('key1', 'eggs', 0)
self.assertEqual(cache.get('key1'), None)