mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed incorrect docstring in cache tests
This commit is contained in:
		
				
					committed by
					
						 Baptiste Mispelon
						Baptiste Mispelon
					
				
			
			
				
	
			
			
			
						parent
						
							8fcc0140d0
						
					
				
				
					commit
					3e25c8ac69
				
			
							
								
								
									
										2
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							| @@ -496,7 +496,7 @@ class BaseCacheTests(object): | |||||||
|  |  | ||||||
|     def test_zero_timeout(self): |     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) |         cache.set('key1', 'eggs', 0) | ||||||
|         self.assertEqual(cache.get('key1'), None) |         self.assertEqual(cache.get('key1'), None) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user