Skip to content

Commit c73e7a3

Browse files
Add 'self' argument
1 parent aa800c8 commit c73e7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ArticleConnection(Connection):
3030

3131
test = String()
3232

33-
def resolve_test():
33+
def resolve_test(self):
3434
return "test"
3535

3636
class Meta:

0 commit comments

Comments
 (0)