Skip to content

Commit f661cf8

Browse files
berekukjkimbo
authored andcommitted
Fix typo in exclude type checking test (#841)
1 parent 7940a7b commit f661cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class Meta:
315315
class Reporter2(DjangoObjectType):
316316
class Meta:
317317
model = ReporterModel
318-
fields = "foo"
318+
exclude = "foo"
319319

320320

321321
class TestDjangoObjectType:

0 commit comments

Comments
 (0)