Skip to content

Commit

Permalink
Merge pull request #606 from IanCa/develop
Browse files Browse the repository at this point in the history
Lower the schema version on two tests back
  • Loading branch information
VisLab authored Jul 23, 2024
2 parents 07812cd + 9998d65 commit 1235b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/json_tests/CHARACTER_INVALID.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tests/json_tests/TAG_REQUIRES_CHILD.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1235b95

Please sign in to comment.