From 7200ec6dfa208e39b511b73153313a891792cdec Mon Sep 17 00:00:00 2001 From: Alec Aivazis Date: Sat, 25 Jun 2016 13:19:09 -0700 Subject: [PATCH] added additional line in test file --- graphene/core/tests/test_schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene/core/tests/test_schema.py b/graphene/core/tests/test_schema.py index 3280ce97..b7a4d287 100644 --- a/graphene/core/tests/test_schema.py +++ b/graphene/core/tests/test_schema.py @@ -89,6 +89,7 @@ def test_query_schema_execute(): assert not result.errors assert result.data == expected + def test_schema_returns_promise(): object() query = '''