This commit is contained in:
allen-munsch 2022-10-18 17:22:57 -05:00
parent 3faf60e458
commit 0b922d45b1
No known key found for this signature in database
GPG Key ID: 0C977048B8BDD447

View File

@ -32,6 +32,7 @@ def test_schema_get_type():
schema = Schema(Query)
assert schema.Query == Query
assert schema.MyOtherType == MyOtherType
schema.get_type('MyOtherType')
def test_schema_get_type_error():