Skip to content

Commit d14242e

Browse files
karenetheridgeJulian
authored andcommitted
squash: fix test names
1 parent f1efe00 commit d14242e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/draft4/future-keywords.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,12 @@
361361
"valid": true
362362
},
363363
{
364-
"description": "two levels, additionalProperties always matches",
364+
"description": "two levels, additionalProperties always matches, 1",
365365
"data": { "foo": { "bar": "hi" } },
366366
"valid": true
367367
},
368368
{
369-
"description": "two levels, additionalProperties always matches",
369+
"description": "two levels, additionalProperties always matches, 2",
370370
"data": { "foo": { "bar": 1 } },
371371
"valid": true
372372
}

tests/draft6/future-keywords.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@
324324
"valid": true
325325
},
326326
{
327-
"description": "two levels, properties match with inner definition",
327+
"description": "two levels, additionalProperties always matches, 1",
328328
"data": { "foo": { "bar": "hi" } },
329329
"valid": true
330330
},
331331
{
332-
"description": "two levels, no match",
332+
"description": "two levels, additionalProperties always matches, 2",
333333
"data": { "foo": { "bar": 1 } },
334334
"valid": true
335335
}

tests/draft7/future-keywords.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@
292292
"valid": true
293293
},
294294
{
295-
"description": "two levels, properties match with inner definition",
295+
"description": "two levels, additionalProperties always matches, 1",
296296
"data": { "foo": { "bar": "hi" } },
297297
"valid": true
298298
},
299299
{
300-
"description": "two levels, no match",
300+
"description": "two levels, additionalProperties always matches, 2",
301301
"data": { "foo": { "bar": 1 } },
302302
"valid": true
303303
}

0 commit comments

Comments
 (0)