mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Fixed test
This commit is contained in:
parent
88a81e306b
commit
46918d3ba0
|
@ -6,7 +6,10 @@ from graphene.types import ObjectType
|
|||
|
||||
|
||||
def test_is_graphene_type_objecttype():
|
||||
assert is_graphene_type(ObjectType)
|
||||
class MyObjectType(ObjectType):
|
||||
pass
|
||||
|
||||
assert is_graphene_type(MyObjectType)
|
||||
|
||||
|
||||
def test_is_graphene_type_graphqltype():
|
||||
|
|
Loading…
Reference in New Issue
Block a user