Skip to content

Commit 8758156

Browse files
author
Evgeny Poberezkin
authored
Merge pull request #172 from epoberezkin/bignum
draft-06: optional/bignum tests exclusiveMaximum/Minimum updated
2 parents 19a0b46 + b8165b7 commit 8758156

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/draft6/optional/bignum.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
{
6969
"description": "float comparison with high precision",
7070
"schema": {
71-
"maximum": 972783798187987123879878123.18878137,
72-
"exclusiveMaximum": true
71+
"exclusiveMaximum": 972783798187987123879878123.18878137
7372
},
7473
"tests": [
7574
{
@@ -93,8 +92,7 @@
9392
{
9493
"description": "float comparison with high precision on negative numbers",
9594
"schema": {
96-
"minimum": -972783798187987123879878123.18878137,
97-
"exclusiveMinimum": true
95+
"exclusiveMinimum": -972783798187987123879878123.18878137
9896
},
9997
"tests": [
10098
{

0 commit comments

Comments
 (0)