mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #27539 -- Fixed typo in TransactionTestCase._pre_setup() comment.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							d1d7348001
						
					
				
				
					commit
					e36598f963
				
			| @@ -827,7 +827,7 @@ class TransactionTestCase(SimpleTestCase): | |||||||
|                     enter=False, |                     enter=False, | ||||||
|                 ) |                 ) | ||||||
|             raise |             raise | ||||||
|         # Clear the queries_log so that it's less likley to overflow (a single |         # Clear the queries_log so that it's less likely to overflow (a single | ||||||
|         # test probably won't execute 9K queries). If queries_log overflows, |         # test probably won't execute 9K queries). If queries_log overflows, | ||||||
|         # then assertNumQueries() doesn't work. |         # then assertNumQueries() doesn't work. | ||||||
|         for db_name in self._databases_names(include_mirrors=False): |         for db_name in self._databases_names(include_mirrors=False): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user