diff --git a/tests/test_schema.py b/tests/test_schema.py index 2e2e58c..98c4a49 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -5,7 +5,7 @@ def test_bods_0_4(): schema = load("bods", "schema-0-4-0.json") - actual = {field.path_components for field in get_schema_fields(schema)} + actual = {field.path_components for field in get_schema_fields(schema) if not field.definition} # 139 assert actual == {