Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/draft2019-09/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
2 changes: 1 addition & 1 deletion tests/draft2020-12/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
2 changes: 1 addition & 1 deletion tests/draft3/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"schema": {"maximum": 300},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
2 changes: 1 addition & 1 deletion tests/draft4/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"schema": {"maximum": 300},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
2 changes: 1 addition & 1 deletion tests/draft6/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"schema": {"maximum": 300},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
2 changes: 1 addition & 1 deletion tests/draft7/maximum.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"schema": {"maximum": 300},
"tests": [
{
"description": "below the maximum is invalid",
"description": "below the maximum is valid",
"data": 299.97,
"valid": true
},
Expand Down
Loading