mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
fixed linting error
This commit is contained in:
parent
161f198451
commit
427a08106b
|
@ -119,6 +119,7 @@ def test_auto_camelcase_off():
|
||||||
assert not result.errors
|
assert not result.errors
|
||||||
assert result.data == expected
|
assert result.data == expected
|
||||||
|
|
||||||
|
|
||||||
def test_schema_register():
|
def test_schema_register():
|
||||||
schema = Schema(name='My own schema')
|
schema = Schema(name='My own schema')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user