Skip to content

Commit 5bcf11a

Browse files
committed
Port to draft4.
1 parent 3f7ed81 commit 5bcf11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft4/type.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"valid": false
189189
},
190190
{
191-
"description": "an array is not an array",
191+
"description": "an array is an array",
192192
"data": [],
193193
"valid": true
194194
},
@@ -234,7 +234,7 @@
234234
"valid": false
235235
},
236236
{
237-
"description": "a boolean is not a boolean",
237+
"description": "a boolean is a boolean",
238238
"data": true,
239239
"valid": true
240240
},

0 commit comments

Comments
 (0)