mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 02:54:06 +03:00
Fix typo in exclude type checking test (#841)
This commit is contained in:
parent
7940a7b954
commit
f661cf8335
|
@ -315,7 +315,7 @@ def test_django_objecttype_fields_exclude_type_checking():
|
|||
class Reporter2(DjangoObjectType):
|
||||
class Meta:
|
||||
model = ReporterModel
|
||||
fields = "foo"
|
||||
exclude = "foo"
|
||||
|
||||
|
||||
class TestDjangoObjectType:
|
||||
|
|
Loading…
Reference in New Issue
Block a user