summaryrefslogtreecommitdiff
path: root/json/tests/draft2019-09/ref.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2019-09/ref.json')
-rw-r--r--json/tests/draft2019-09/ref.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft2019-09/ref.json b/json/tests/draft2019-09/ref.json
index 32e3c66..6d1e90e 100644
--- a/json/tests/draft2019-09/ref.json
+++ b/json/tests/draft2019-09/ref.json
@@ -567,12 +567,12 @@
},
"tests": [
{
- "description": "number should pass",
+ "description": "number is valid",
"data": 1,
"valid": true
},
{
- "description": "non-number should fail",
+ "description": "non-number is invalid",
"data": "a",
"valid": false
}