diff --git a/tests/javascript_tests.json b/tests/javascript_tests.json index af41143..998b129 100644 --- a/tests/javascript_tests.json +++ b/tests/javascript_tests.json @@ -1524,7 +1524,7 @@ { "error_code": "DEFINITION_INVALID", "alt_codes": [], - "name": "definition-has-unique-or-required-tag", + "name": "definition-invalid-content-has-top-level-tag", "description": "A tag with a required or unique attribute appears in a definition.", "warning": false, "schema": "8.3.0", diff --git a/tests/json_tests/DEFINITION_INVALID.json b/tests/json_tests/DEFINITION_INVALID.json index 5be1aa3..5716e0f 100644 --- a/tests/json_tests/DEFINITION_INVALID.json +++ b/tests/json_tests/DEFINITION_INVALID.json @@ -650,7 +650,7 @@ { "error_code": "DEFINITION_INVALID", "alt_codes": [], - "name": "definition-has-unique-or-required-tag", + "name": "definition-invalid-content-has-top-level-tag", "description": "A tag with a required or unique attribute appears in a definition.", "warning": false, "schema": "8.3.0", diff --git a/tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json b/tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json index 0fd6ff0..76672f1 100644 --- a/tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json +++ b/tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json @@ -54,7 +54,7 @@ ], [ ["onset", "duration", "HED"], - [ 4.5, 0, "Delay/1.0 s, (Red))"] + [ 4.5, 0, "Delay/1.0 s, (Red)"] ] ], "passes": [ diff --git a/tests/python_tests.json b/tests/python_tests.json index b0cfa7e..c5daa4f 100644 --- a/tests/python_tests.json +++ b/tests/python_tests.json @@ -1524,7 +1524,7 @@ { "error_code": "DEFINITION_INVALID", "alt_codes": [], - "name": "definition-has-unique-or-required-tag", + "name": "definition-invalid-content-has-top-level-tag", "description": "A tag with a required or unique attribute appears in a definition.", "warning": false, "schema": "8.3.0",