Skip to content

Commit 86f52b8

Browse files
committed
Fix a clear copy-paste error in the case names for tests from #394.
Stray bracket comes from copypastaing the array tests here.
1 parent ec18a7d commit 86f52b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/draft2019-09/const.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
{
171-
"description": "const with {\"a\": false} does not match {\"a\": 0}]",
171+
"description": "const with {\"a\": false} does not match {\"a\": 0}",
172172
"schema": {"const": {"a": false}},
173173
"tests": [
174174
{
@@ -189,7 +189,7 @@
189189
]
190190
},
191191
{
192-
"description": "const with {\"a\": true} does not match {\"a\": 1}]",
192+
"description": "const with {\"a\": true} does not match {\"a\": 1}",
193193
"schema": {"const": {"a": true}},
194194
"tests": [
195195
{

tests/draft6/const.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
{
171-
"description": "const with {\"a\": false} does not match {\"a\": 0}]",
171+
"description": "const with {\"a\": false} does not match {\"a\": 0}",
172172
"schema": {"const": {"a": false}},
173173
"tests": [
174174
{
@@ -189,7 +189,7 @@
189189
]
190190
},
191191
{
192-
"description": "const with {\"a\": true} does not match {\"a\": 1}]",
192+
"description": "const with {\"a\": true} does not match {\"a\": 1}",
193193
"schema": {"const": {"a": true}},
194194
"tests": [
195195
{

tests/draft7/const.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
{
171-
"description": "const with {\"a\": false} does not match {\"a\": 0}]",
171+
"description": "const with {\"a\": false} does not match {\"a\": 0}",
172172
"schema": {"const": {"a": false}},
173173
"tests": [
174174
{
@@ -189,7 +189,7 @@
189189
]
190190
},
191191
{
192-
"description": "const with {\"a\": true} does not match {\"a\": 1}]",
192+
"description": "const with {\"a\": true} does not match {\"a\": 1}",
193193
"schema": {"const": {"a": true}},
194194
"tests": [
195195
{

0 commit comments

Comments
 (0)