Skip to content

Commit 3498f34

Browse files
committed
Fix an improper additionalItems test.
1 parent 26a3873 commit 3498f34

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/draft3/additionalItems.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
"tests": [
88
{
99
"description": "all items match schema",
10-
"data": [ 1, 2, 3, 4, 5 ],
10+
"data": [ 1, 2, 3, 4.5, 5 ],
1111
"valid": true
12-
},
13-
{
14-
"description": "not all items match schema",
15-
"data": [ 1, 2, 3, 4.4 ],
16-
"valid": false
1712
}
1813
]
1914
},

0 commit comments

Comments
 (0)