mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Format code
This commit is contained in:
parent
79653b3530
commit
0f5ce22044
|
@ -97,9 +97,7 @@ def test_objecttype():
|
||||||
|
|
||||||
def test_required_argument_with_default_value():
|
def test_required_argument_with_default_value():
|
||||||
class MyObjectType(ObjectType):
|
class MyObjectType(ObjectType):
|
||||||
foo = String(
|
foo = String(bar=String(required=True, default_value="x"))
|
||||||
bar=String(required=True, default_value="x")
|
|
||||||
)
|
|
||||||
|
|
||||||
type_map = create_type_map([MyObjectType])
|
type_map = create_type_map([MyObjectType])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user