Skip to content

Commit 583d7c6

Browse files
authored
Merge pull request #851 from Anshikakalpana/fix/maximum-test-description-mismatch
fix: align test description with actual valid field in maximum.json across drafts
2 parents 4253477 + 61bfe27 commit 583d7c6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tests/draft2019-09/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"tests": [
3838
{
39-
"description": "below the maximum is invalid",
39+
"description": "below the maximum is valid",
4040
"data": 299.97,
4141
"valid": true
4242
},

tests/draft2020-12/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"tests": [
3838
{
39-
"description": "below the maximum is invalid",
39+
"description": "below the maximum is valid",
4040
"data": 299.97,
4141
"valid": true
4242
},

tests/draft3/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"schema": {"maximum": 300},
3131
"tests": [
3232
{
33-
"description": "below the maximum is invalid",
33+
"description": "below the maximum is valid",
3434
"data": 299.97,
3535
"valid": true
3636
},

tests/draft4/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"schema": {"maximum": 300},
3131
"tests": [
3232
{
33-
"description": "below the maximum is invalid",
33+
"description": "below the maximum is valid",
3434
"data": 299.97,
3535
"valid": true
3636
},

tests/draft6/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"schema": {"maximum": 300},
3131
"tests": [
3232
{
33-
"description": "below the maximum is invalid",
33+
"description": "below the maximum is valid",
3434
"data": 299.97,
3535
"valid": true
3636
},

tests/draft7/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"schema": {"maximum": 300},
3131
"tests": [
3232
{
33-
"description": "below the maximum is invalid",
33+
"description": "below the maximum is valid",
3434
"data": 299.97,
3535
"valid": true
3636
},

tests/v1/maximum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"tests": [
3838
{
39-
"description": "below the maximum is invalid",
39+
"description": "below the maximum is valid",
4040
"data": 299.97,
4141
"valid": true
4242
},

0 commit comments

Comments
 (0)