Skip to content

Commit de00479

Browse files
committed
better descripttions
1 parent eea7f24 commit de00479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2019-09/unevaluatedProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"tests": [
2222
{
23-
"description": "valid",
23+
"description": "string props valid",
2424
"data": { "bar": "foo", "bob": "who?" },
2525
"valid": true
2626
},
2727
{
28-
"description": "valid",
28+
"description": "null prop is invalid",
2929
"data": { "bar": "foo", "bob": null },
3030
"valid": false
3131
}

0 commit comments

Comments
 (0)