diff --git a/graphene/core/tests/test_schema.py b/graphene/core/tests/test_schema.py index c1df7eaf..8fca0c3d 100644 --- a/graphene/core/tests/test_schema.py +++ b/graphene/core/tests/test_schema.py @@ -119,6 +119,7 @@ def test_auto_camelcase_off(): assert not result.errors assert result.data == expected + def test_schema_register(): schema = Schema(name='My own schema')