mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in RasterField test name.
This commit is contained in:
		
				
					committed by
					
						
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							8bdc7a6778
						
					
				
				
					commit
					5ec44973dc
				
			@@ -204,7 +204,7 @@ class RasterFieldTest(TransactionTestCase):
 | 
			
		||||
            qs = RasterModel.objects.filter(Q(**combos[0]) & Q(**combos[1]))
 | 
			
		||||
            self.assertIn(qs.count(), [0, 1])
 | 
			
		||||
 | 
			
		||||
    def test_dwithin_gis_lookup_ouptut_with_rasters(self):
 | 
			
		||||
    def test_dwithin_gis_lookup_output_with_rasters(self):
 | 
			
		||||
        """
 | 
			
		||||
        Check the logical functionality of the dwithin lookup for different
 | 
			
		||||
        input parameters.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user