mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Fixed tests on source
This commit is contained in:
		
							parent
							
								
									141beb0364
								
							
						
					
					
						commit
						9f57b459ec
					
				| 
						 | 
				
			
			@ -210,7 +210,7 @@ def test_field_resolve_source_object():
 | 
			
		|||
            return True
 | 
			
		||||
 | 
			
		||||
    field = Field(String(), source='att_source', description='My argument')
 | 
			
		||||
    field_func = Field(String(), source='att_source', description='My argument')
 | 
			
		||||
    field_func = Field(String(), source='att_func_source', description='My argument')
 | 
			
		||||
 | 
			
		||||
    class Query(ObjectType):
 | 
			
		||||
        att = field
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user