Skip to content

Commit

Permalink
Group the tests exclusive max and min
Browse files Browse the repository at this point in the history
  • Loading branch information
suprith-hub committed Aug 4, 2024
1 parent 0b6c2ba commit dfaa136
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
"exclusiveMaximum": 3,
"maximum": 3
}
},
{
"title": "exclusiveMaximum present in the schema and value equals false",
"from": {
"exclusiveMaximum": false
},
"to": {}
}
]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
"exclusiveMinimum": 3,
"minimum": 3
}
},
{
"title": "exclusiveMinimum present in the schema and value equals false",
"from": {
"exclusiveMinimum": false
},
"to": {}
}
]

0 comments on commit dfaa136

Please sign in to comment.