mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 23:20:47 +03:00
added additional line in test file
This commit is contained in:
parent
693f84ba38
commit
7200ec6dfa
|
@ -89,6 +89,7 @@ def test_query_schema_execute():
|
||||||
assert not result.errors
|
assert not result.errors
|
||||||
assert result.data == expected
|
assert result.data == expected
|
||||||
|
|
||||||
|
|
||||||
def test_schema_returns_promise():
|
def test_schema_returns_promise():
|
||||||
object()
|
object()
|
||||||
query = '''
|
query = '''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user