Skip to content

Commit

Permalink
Fixed spelling in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed May 12, 2021
1 parent 8827acb commit b868686
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/extras/formatMinimum.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"valid": false
},
{
"description": "same date, time before the minimum time is stillinvalid",
"description": "same date, time before the minimum time is still invalid",
"data": "2015-08-17T10:33:55.000Z",
"valid": false
},
Expand Down
12 changes: 6 additions & 6 deletions tests/extras/issues/1061_alternative_time_offsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"schema": {"format": "date-time"},
"tests": [
{
"description": "valid positiive two digit",
"description": "valid positive two digit",
"data": "2016-01-31T02:31:17+01",
"valid": true
},
Expand All @@ -14,7 +14,7 @@
"valid": true
},
{
"description": "valid positiive four digit no colon",
"description": "valid positive four digit no colon",
"data": "2016-01-31T02:31:17+0130",
"valid": true
},
Expand All @@ -24,7 +24,7 @@
"valid": true
},
{
"description": "invalid positiive three digit no colon",
"description": "invalid positive three digit no colon",
"data": "2016-01-31T02:31:17+013",
"valid": false
},
Expand All @@ -40,7 +40,7 @@
"schema": {"format": "time"},
"tests": [
{
"description": "valid positiive two digit",
"description": "valid positive two digit",
"data": "02:31:17+01",
"valid": true
},
Expand All @@ -50,7 +50,7 @@
"valid": true
},
{
"description": "valid positiive four digit no colon",
"description": "valid positive four digit no colon",
"data": "02:31:17+0130",
"valid": true
},
Expand All @@ -60,7 +60,7 @@
"valid": true
},
{
"description": "invalid positiive three digit no colon",
"description": "invalid positive three digit no colon",
"data": "02:31:17+013",
"valid": false
},
Expand Down

0 comments on commit b868686

Please sign in to comment.