Skip to content

Commit ccfb91a

Browse files
Fix description style and add false-handling tests for issue #767
1 parent bc1763e commit ccfb91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2019-09/if-then-else.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
]
267267
},
268268
{
269-
"description": "then: false should fail if condition matches",
269+
"description": "then: false fails when condition matches",
270270
"schema": {
271271
"if": { "const": 1 },
272272
"then": false
@@ -285,7 +285,7 @@
285285
]
286286
},
287287
{
288-
"description": "else: false should fail when if condition does not match",
288+
"description": "else: false fails when condition does not match",
289289
"schema": {
290290
"if": {
291291
"properties":{

0 commit comments

Comments
 (0)