Skip to content

Commit f339360

Browse files
committed
make test descriptions unique and no longer than 60 chars
1 parent 6820a83 commit f339360

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/draft6/optional/format.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"valid": true
305305
},
306306
{
307-
"description": "valid JSON-pointer used to add something to the last position of an array",
307+
"description": "valid JSON-pointer used adding to the last array position",
308308
"data": "/foo/-",
309309
"valid": true
310310
},
@@ -319,27 +319,27 @@
319319
"valid": true
320320
},
321321
{
322-
"description": "valid JSON-pointer (escaped characters with fraction part) #1",
322+
"description": "valid JSON-pointer (escaped with fraction part) #1",
323323
"data": "/~1.1",
324324
"valid": true
325325
},
326326
{
327-
"description": "valid JSON-pointer (escaped characters with fraction part) #2",
327+
"description": "valid JSON-pointer (escaped with fraction part) #2",
328328
"data": "/~0.1",
329329
"valid": true
330330
},
331331
{
332-
"description": "not a valid JSON-pointer (URI Fragment Identifier Representation) #1",
332+
"description": "not a valid JSON-pointer (URI Fragment Identifier) #1",
333333
"data": "#",
334334
"valid": false
335335
},
336336
{
337-
"description": "not a valid JSON-pointer (URI Fragment Identifier Representation) #2",
337+
"description": "not a valid JSON-pointer (URI Fragment Identifier) #2",
338338
"data": "#/",
339339
"valid": false
340340
},
341341
{
342-
"description": "not a valid JSON-pointer (URI Fragment Identifier)",
342+
"description": "not a valid JSON-pointer (URI Fragment Identifier) #3",
343343
"data": "#a",
344344
"valid": false
345345
},
@@ -379,7 +379,7 @@
379379
"valid": false
380380
},
381381
{
382-
"description": "not a valid JSON-pointer (isn't empty nor starts with /) #2",
382+
"description": "not a valid JSON-pointer (isn't empty nor starts with /) #3",
383383
"data": "a/a",
384384
"valid": false
385385
}

0 commit comments

Comments
 (0)