Skip to content

Commit 9f57b45

Browse files
committed
Fixed tests on source
1 parent 141beb0 commit 9f57b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/core/types/tests/test_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def att_func_source():
210210
return True
211211

212212
field = Field(String(), source='att_source', description='My argument')
213-
field_func = Field(String(), source='att_source', description='My argument')
213+
field_func = Field(String(), source='att_func_source', description='My argument')
214214

215215
class Query(ObjectType):
216216
att = field

0 commit comments

Comments
 (0)