fixed linting error

This commit is contained in:
Alec Aivazis 2016-05-22 17:17:07 -07:00
parent 161f198451
commit 427a08106b

View File

@ -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')