Skip to content

Commit 6d13c80

Browse files
authored
Remove stale test comment -- test no longer fails! (#1727)
1 parent 9ed04a6 commit 6d13c80

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/schemacode/bidsschematools/data/tests/test_rules.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ def _dict_key_lookup(_dict, key, path=[]):
2929
@pytest.mark.validate_schema
3030
def test_rule_objects(schema_obj):
3131
"""Ensure that all objects referenced in the schema rules are defined in
32-
its object portion.
32+
their object portion.
3333
34-
This test currently fails because rules files reference object keys for some object types,
35-
including entities, columns, and metadata fields,
36-
but reference "name" or "value" elements of the object definitions for other object types,
37-
including suffixes and extensions.
3834
In the case of datatypes, the key and "value" field are always the same.
3935
4036
Some other object types, such as associated_data, common_principles, formats, modalities,

0 commit comments

Comments
 (0)