Skip to content

Commit

Permalink
Add simple test for 60-second date-time without time-zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 30, 2024
1 parent e99e32f commit 540a45a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/resources/test-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,10 @@
"input": "2021-02-29T00:00:00-05:00",
"error": "Invalid date 'February 29' as '2021' is not a leap year",
"lenient": true
},
{
"input": "4444-04-23t44:44:60",
"error": "Invalid value for SecondOfMinute (valid values 0 - 59): 60",
"lenient": true
}
]

0 comments on commit 540a45a

Please sign in to comment.