Kaydet (Commit) 5a5815d3 authored tarafından Baptiste Mispelon's avatar Baptiste Mispelon

Fixed incorrect docstring in cache tests (take two)

3e25c8ac was an incomplete
merge of the pull request.

Thanks to @ramast for catching this.
üst 5d568bcf
......@@ -496,7 +496,7 @@ class BaseCacheTests(object):
def test_zero_timeout(self):
'''
Passing in zero into timeout results in a value that is cached forever
Passing in zero into timeout results in a value that is not cached
'''
cache.set('key1', 'eggs', 0)
self.assertEqual(cache.get('key1'), None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment