Skip to content

Commit

Permalink
Fix description of JSON test (#5370)
Browse files Browse the repository at this point in the history
#1317

Split from #5339
  • Loading branch information
sffc authored Aug 15, 2024
1 parent 77576a4 commit 7f7a584
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
}
},
{
"description": "Exact match for: EHm => E h:mm a",
"description": "Exact match for: EHm => E HH:mm",
"input": {
"value": "2020-01-07T08:25:07.000",
"options": {
Expand All @@ -451,7 +451,7 @@
}
},
{
"description": "Exact match for: EHms => E h:mm:ss a",
"description": "Exact match for: EHms => E HH:mm:ss",
"input": {
"value": "2020-01-07T08:25:07.000",
"options": {
Expand Down

0 comments on commit 7f7a584

Please sign in to comment.