Skip to content

Commit 68f380c

Browse files
committed
Fix the last non-unique case descriptions.
1 parent 6383ef6 commit 68f380c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/draft-next/dynamicRef.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
]
375375
},
376376
{
377-
"description": "Tests for implementation dynamic anchor and reference link. Reference should be independent of any possible ordering.",
377+
"description": "$ref and $dynamicAnchor are independent of order - $defs first",
378378
"schema": {
379379
"$id": "http://localhost:1234/strict-extendible-allof-defs-first.json",
380380
"allOf": [
@@ -424,7 +424,7 @@
424424
]
425425
},
426426
{
427-
"description": "Tests for implementation dynamic anchor and reference link. Reference should be independent of any possible ordering.",
427+
"description": "$ref and $dynamicAnchor are independent of order - $ref first",
428428
"schema": {
429429
"$id": "http://localhost:1234/strict-extendible-allof-ref-first.json",
430430
"allOf": [

tests/draft2020-12/dynamicRef.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
]
518518
},
519519
{
520-
"description": "Tests for implementation dynamic anchor and reference link. Reference should be independent of any possible ordering.",
520+
"description": "$ref and $dynamicAnchor are independent of order - $defs first",
521521
"schema": {
522522
"$id": "http://localhost:1234/strict-extendible-allof-defs-first.json",
523523
"allOf": [
@@ -567,7 +567,7 @@
567567
]
568568
},
569569
{
570-
"description": "Tests for implementation dynamic anchor and reference link. Reference should be independent of any possible ordering.",
570+
"description": "$ref and $dynamicAnchor are independent of order - $ref first",
571571
"schema": {
572572
"$id": "http://localhost:1234/strict-extendible-allof-ref-first.json",
573573
"allOf": [

0 commit comments

Comments
 (0)