Skip to content

Commit 68d18c6

Browse files
committed
rename tests to fix sanity check
1 parent e9166bc commit 68d18c6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

tests/draft-next/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
]
981981
},
982982
{
983-
"description": "$id with file URI should still resolve pointers - *nix",
983+
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985985
"$id": "file://folder/file.json",
986986
"$defs": {
@@ -1004,7 +1004,7 @@
10041004
]
10051005
},
10061006
{
1007-
"description": "$id with file URI should still resolve pointers - windows",
1007+
"description": "$id with file URI still resolves pointers - windows",
10081008
"schema": {
10091009
"$id": "file:///c:/folder/file.json",
10101010
"$defs": {

tests/draft2019-09/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
]
981981
},
982982
{
983-
"description": "$id with file URI should still resolve pointers - *nix",
983+
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985985
"$id": "file://folder/file.json",
986986
"$defs": {
@@ -1004,7 +1004,7 @@
10041004
]
10051005
},
10061006
{
1007-
"description": "$id with file URI should still resolve pointers - windows",
1007+
"description": "$id with file URI still resolves pointers - windows",
10081008
"schema": {
10091009
"$id": "file:///c:/folder/file.json",
10101010
"$defs": {

tests/draft2020-12/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
]
981981
},
982982
{
983-
"description": "$id with file URI should still resolve pointers - *nix",
983+
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985985
"$id": "file://folder/file.json",
986986
"$defs": {
@@ -1004,7 +1004,7 @@
10041004
]
10051005
},
10061006
{
1007-
"description": "$id with file URI should still resolve pointers - windows",
1007+
"description": "$id with file URI still resolves pointers - windows",
10081008
"schema": {
10091009
"$id": "file:///c:/folder/file.json",
10101010
"$defs": {

tests/draft4/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
]
506506
},
507507
{
508-
"description": "id with file URI should still resolve pointers - *nix",
508+
"description": "id with file URI still resolves pointers - *nix",
509509
"schema": {
510510
"id": "file://folder/file.json",
511511
"definitions": {
@@ -533,7 +533,7 @@
533533
]
534534
},
535535
{
536-
"description": "id with file URI should still resolve pointers - windows",
536+
"description": "id with file URI still resolves pointers - windows",
537537
"schema": {
538538
"id": "file:///c:/folder/file.json",
539539
"definitions": {

tests/draft6/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
]
816816
},
817817
{
818-
"description": "$id with file URI should still resolve pointers - *nix",
818+
"description": "$id with file URI still resolves pointers - *nix",
819819
"schema": {
820820
"$id": "file://folder/file.json",
821821
"definitions": {
@@ -843,7 +843,7 @@
843843
]
844844
},
845845
{
846-
"description": "$id with file URI should still resolve pointers - windows",
846+
"description": "$id with file URI still resolves pointers - windows",
847847
"schema": {
848848
"$id": "file:///c:/folder/file.json",
849849
"definitions": {

tests/draft7/ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
]
930930
},
931931
{
932-
"description": "$id with file URI should still resolve pointers - *nix",
932+
"description": "$id with file URI still resolves pointers - *nix",
933933
"schema": {
934934
"$id": "file://folder/file.json",
935935
"definitions": {
@@ -957,7 +957,7 @@
957957
]
958958
},
959959
{
960-
"description": "$id with file URI should still resolve pointers - windows",
960+
"description": "$id with file URI still resolves pointers - windows",
961961
"schema": {
962962
"$id": "file:///c:/folder/file.json",
963963
"definitions": {

0 commit comments

Comments
 (0)