Skip to content

Commit de71322

Browse files
committed
Missed one for draft3 minimum.
1 parent 79833bb commit de71322

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft3/minimum.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"data": 2.6,
99
"valid": true
1010
},
11+
{
12+
"description": "boundary point is valid",
13+
"data": 1.1,
14+
"valid": true
15+
},
1116
{
1217
"description": "below the minimum is invalid",
1318
"data": 0.6,

0 commit comments

Comments
 (0)