Skip to content

Commit 5273e0d

Browse files
committed
Make test descriptions more specific
1 parent 43828fe commit 5273e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2020-12/unevaluatedProperties.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
]
128128
},
129129
{
130-
"description": "unevaluatedProperties with adjacent additionalProperties",
130+
"description": "unevaluatedProperties with adjacent bool additionalProperties",
131131
"schema": {
132132
"$schema": "https://json-schema.org/draft/2020-12/schema",
133133
"additionalProperties": true,
@@ -152,7 +152,7 @@
152152
]
153153
},
154154
{
155-
"description": "unevaluatedProperties with non-bool additionalProperties",
155+
"description": "unevaluatedProperties with adjacent non-bool additionalProperties",
156156
"schema": {
157157
"$schema": "https://json-schema.org/draft/2020-12/schema",
158158
"additionalProperties": { "type": "string" },

0 commit comments

Comments
 (0)