mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-28 20:43:43 +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 Reporter2(DjangoObjectType):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = ReporterModel
|
model = ReporterModel
|
||||||
fields = "foo"
|
exclude = "foo"
|
||||||
|
|
||||||
|
|
||||||
class TestDjangoObjectType:
|
class TestDjangoObjectType:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user