From 754ea41e221155686263d4c51e1cbad9e9212133 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:12:56 -0500 Subject: [PATCH] Corrected a typo in the specification --- tests/javascript_tests.json | 2 +- tests/json_tests/DEFINITION_INVALID.json | 2 +- tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json | 2 +- tests/python_tests.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",