Skip to content

Commit 928d3b0

Browse files
committed
Fixed incorrect negative description of a sub test
Test for boolean is a boolean said "boolean is not a boolean". Removed the "not".
1 parent 62414e4 commit 928d3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft3/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)