Skip to content

Commit

Permalink
Fixed tests on source
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 3, 2016
1 parent 141beb0 commit 9f57b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/core/types/tests/test_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def att_func_source():
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
Expand Down

0 comments on commit 9f57b45

Please sign in to comment.