From 9998d6561d51b36ba6bee51d843197115b38d332 Mon Sep 17 00:00:00 2001 From: IanCa Date: Mon, 22 Jul 2024 19:16:36 -0500 Subject: [PATCH] Lower the schema version on two tests back --- tests/json_tests/CHARACTER_INVALID.json | 2 +- tests/json_tests/TAG_REQUIRES_CHILD.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/json_tests/CHARACTER_INVALID.json b/tests/json_tests/CHARACTER_INVALID.json index d9b9986..ed1e770 100644 --- a/tests/json_tests/CHARACTER_INVALID.json +++ b/tests/json_tests/CHARACTER_INVALID.json @@ -3,7 +3,7 @@ "error_code": "CHARACTER_INVALID", "name": "character-invalid-utf-8", "description": "The HED string contains a UTF-8 character.", - "schema": "8.3.0", + "schema": "8.2.0", "definitions": ["(Definition/Acc/#, (Acceleration/#, Red))", "(Definition/MyColor, (Label/Pie))"], "tests": { "string_tests": { diff --git a/tests/json_tests/TAG_REQUIRES_CHILD.json b/tests/json_tests/TAG_REQUIRES_CHILD.json index 31275b4..76ac103 100644 --- a/tests/json_tests/TAG_REQUIRES_CHILD.json +++ b/tests/json_tests/TAG_REQUIRES_CHILD.json @@ -3,7 +3,7 @@ "error_code": "TAG_REQUIRES_CHILD", "name": "tag-requires-child-no-child", "description": "A tag has the requireChild schema attribute but does not have a child.", - "schema": "8.3.0", + "schema": "8.2.0", "definitions": ["(Definition/Acc/#, (Acceleration/#, Red))", "(Definition/MyColor, (Label/Pie))"], "tests": { "string_tests": {