This commit is contained in:
Eran Kampf 2019-05-31 14:02:49 -07:00
parent 64810023f8
commit 6acf40def4

View File

@ -15,5 +15,3 @@ def test_objecttype_meta_with_annotations():
schema = Schema(query=Query) schema = Schema(query=Query)
assert schema is not None assert schema is not None