Skip to content

Commit b868686

Browse files
committed
Fixed spelling in tests
1 parent 8827acb commit b868686

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/extras/formatMinimum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"valid": false
180180
},
181181
{
182-
"description": "same date, time before the minimum time is stillinvalid",
182+
"description": "same date, time before the minimum time is still invalid",
183183
"data": "2015-08-17T10:33:55.000Z",
184184
"valid": false
185185
},

tests/extras/issues/1061_alternative_time_offsets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"schema": {"format": "date-time"},
55
"tests": [
66
{
7-
"description": "valid positiive two digit",
7+
"description": "valid positive two digit",
88
"data": "2016-01-31T02:31:17+01",
99
"valid": true
1010
},
@@ -14,7 +14,7 @@
1414
"valid": true
1515
},
1616
{
17-
"description": "valid positiive four digit no colon",
17+
"description": "valid positive four digit no colon",
1818
"data": "2016-01-31T02:31:17+0130",
1919
"valid": true
2020
},
@@ -24,7 +24,7 @@
2424
"valid": true
2525
},
2626
{
27-
"description": "invalid positiive three digit no colon",
27+
"description": "invalid positive three digit no colon",
2828
"data": "2016-01-31T02:31:17+013",
2929
"valid": false
3030
},
@@ -40,7 +40,7 @@
4040
"schema": {"format": "time"},
4141
"tests": [
4242
{
43-
"description": "valid positiive two digit",
43+
"description": "valid positive two digit",
4444
"data": "02:31:17+01",
4545
"valid": true
4646
},
@@ -50,7 +50,7 @@
5050
"valid": true
5151
},
5252
{
53-
"description": "valid positiive four digit no colon",
53+
"description": "valid positive four digit no colon",
5454
"data": "02:31:17+0130",
5555
"valid": true
5656
},
@@ -60,7 +60,7 @@
6060
"valid": true
6161
},
6262
{
63-
"description": "invalid positiive three digit no colon",
63+
"description": "invalid positive three digit no colon",
6464
"data": "02:31:17+013",
6565
"valid": false
6666
},

0 commit comments

Comments
 (0)