Skip to content

Commit 62b1b06

Browse files
use unique test descriptions
1 parent 20fb14b commit 62b1b06

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

tests/draft-next/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"exclusiveMaximum": 972783798187987123879878123.18878137
6060
},
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
{
70-
"description": "integer comparison",
70+
"description": "integer comparison, very low number",
7171
"schema": { "minimum": -18446744073709551615 },
7272
"tests": [
7373
{

tests/draft2019-09/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"exclusiveMaximum": 972783798187987123879878123.18878137
6060
},
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
{
70-
"description": "integer comparison",
70+
"description": "integer comparison, very low number",
7171
"schema": { "minimum": -18446744073709551615 },
7272
"tests": [
7373
{

tests/draft2020-12/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"exclusiveMaximum": 972783798187987123879878123.18878137
6060
},
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
{
70-
"description": "integer comparison",
70+
"description": "integer comparison, very low number",
7171
"schema": { "minimum": -18446744073709551615 },
7272
"tests": [
7373
{

tests/draft4/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"maximum": 972783798187987123879878123.18878137,
6060
"exclusiveMaximum": true
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
{
71-
"description": "integer comparison",
71+
"description": "integer comparison, very low number",
7272
"schema": { "minimum": -18446744073709551615 },
7373
"tests": [
7474
{

tests/draft6/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"exclusiveMaximum": 972783798187987123879878123.18878137
6060
},
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
{
70-
"description": "integer comparison",
70+
"description": "integer comparison, very low number",
7171
"schema": { "minimum": -18446744073709551615 },
7272
"tests": [
7373
{

tests/draft7/optional/bignum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"description": "integer comparison",
46+
"description": "integer comparison, very large number",
4747
"schema": { "maximum": 18446744073709551615 },
4848
"tests": [
4949
{
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
{
57-
"description": "float comparison with high precision",
57+
"description": "float comparison with high precision on positive numbers",
5858
"schema": {
5959
"exclusiveMaximum": 972783798187987123879878123.18878137
6060
},
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
{
70-
"description": "integer comparison",
70+
"description": "integer comparison, very low number",
7171
"schema": { "minimum": -18446744073709551615 },
7272
"tests": [
7373
{

0 commit comments

Comments
 (0)