From f9637a9d7c938c2a3fa8af37e82d36914033837b Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:25:14 -0500 Subject: [PATCH] Modified the test for definition with no group --- tests/json_tests/DEFINITION_INVALID.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/json_tests/DEFINITION_INVALID.json b/tests/json_tests/DEFINITION_INVALID.json index 28432cd..a5ae4dc 100644 --- a/tests/json_tests/DEFINITION_INVALID.json +++ b/tests/json_tests/DEFINITION_INVALID.json @@ -84,8 +84,7 @@ { "error_code": "DEFINITION_INVALID", "alt_codes": ["TAG_EMPTY"], - "name": "definition-invalid-empty-inner-group", - "description": "A definition's enclosing tag group has an empty inner group (i.e., the definition's contents).", +g "description": "A definition's enclosing tag group has an empty inner group (i.e., the definition's contents).", "warning": false, "schema": "8.3.0", "definitions": ["(Definition/Acc/#, (Acceleration/#, Red))", "(Definition/MyColor, (Label/Pie))"],