summaryrefslogtreecommitdiff
path: root/json/tests/draft2019-09/contains.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2019-09/contains.json')
-rw-r--r--json/tests/draft2019-09/contains.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft2019-09/contains.json b/json/tests/draft2019-09/contains.json
index a6add6b..2b1a515 100644
--- a/json/tests/draft2019-09/contains.json
+++ b/json/tests/draft2019-09/contains.json
@@ -148,7 +148,7 @@
]
},
{
- "description": "contains should properly handle null data",
+ "description": "contains with null instance elements",
"schema": {
"contains": {
"type": "null"
@@ -156,7 +156,7 @@
},
"tests": [
{
- "description": "null items allowed",
+ "description": "allows null items",
"data": [ null ],
"valid": true
}