Skip to content

Commit 2d6de7c

Browse files
committed
Fix "unevaluted" typos in "unevaluatedItems" suite
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 21555a8 commit 2d6de7c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/draft2019-09/unevaluatedItems.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
},
8888
"tests": [
8989
{
90-
"description": "with no unevaluted items",
90+
"description": "with no unevaluated items",
9191
"data": ["foo"],
9292
"valid": true
9393
},
9494
{
95-
"description": "with unevaluted items",
95+
"description": "with unevaluated items",
9696
"data": ["foo", "bar"],
9797
"valid": false
9898
}
@@ -135,12 +135,12 @@
135135
},
136136
"tests": [
137137
{
138-
"description": "with no unevaluted items",
138+
"description": "with no unevaluated items",
139139
"data": ["foo", 42],
140140
"valid": true
141141
},
142142
{
143-
"description": "with unevaluted items",
143+
"description": "with unevaluated items",
144144
"data": ["foo", 42, true],
145145
"valid": false
146146
}
@@ -228,22 +228,22 @@
228228
},
229229
"tests": [
230230
{
231-
"description": "when one schema matches and has no unevaluted items",
231+
"description": "when one schema matches and has no unevaluated items",
232232
"data": ["foo", "bar"],
233233
"valid": true
234234
},
235235
{
236-
"description": "when one schema matches and has unevaluted items",
236+
"description": "when one schema matches and has unevaluated items",
237237
"data": ["foo", "bar", 42],
238238
"valid": false
239239
},
240240
{
241-
"description": "when two schemas match and has no unevaluted items",
241+
"description": "when two schemas match and has no unevaluated items",
242242
"data": ["foo", "bar", "baz"],
243243
"valid": true
244244
},
245245
{
246-
"description": "when two schemas match and has unevaluted items",
246+
"description": "when two schemas match and has unevaluated items",
247247
"data": ["foo", "bar", "baz", 42],
248248
"valid": false
249249
}
@@ -274,12 +274,12 @@
274274
},
275275
"tests": [
276276
{
277-
"description": "with no unevaluted items",
277+
"description": "with no unevaluated items",
278278
"data": ["foo", "bar"],
279279
"valid": true
280280
},
281281
{
282-
"description": "with unevaluted items",
282+
"description": "with unevaluated items",
283283
"data": ["foo", "bar", 42],
284284
"valid": false
285285
}
@@ -304,7 +304,7 @@
304304
},
305305
"tests": [
306306
{
307-
"description": "with unevaluted items",
307+
"description": "with unevaluated items",
308308
"data": ["foo", "bar"],
309309
"valid": false
310310
}
@@ -342,22 +342,22 @@
342342
},
343343
"tests": [
344344
{
345-
"description": "when if matches and it has no unevaluted items",
345+
"description": "when if matches and it has no unevaluated items",
346346
"data": ["foo", "bar", "then"],
347347
"valid": true
348348
},
349349
{
350-
"description": "when if matches and it has unevaluted items",
350+
"description": "when if matches and it has unevaluated items",
351351
"data": ["foo", "bar", "then", "else"],
352352
"valid": false
353353
},
354354
{
355-
"description": "when if doesn't match and it has no unevaluted items",
355+
"description": "when if doesn't match and it has no unevaluated items",
356356
"data": ["foo", 42, 42, "else"],
357357
"valid": true
358358
},
359359
{
360-
"description": "when if doesn't match and it has unevaluted items",
360+
"description": "when if doesn't match and it has unevaluated items",
361361
"data": ["foo", 42, 42, "else", 42],
362362
"valid": false
363363
}

0 commit comments

Comments
 (0)