Skip to content

Commit

Permalink
fix(medic#20): fix incorrect days in 2081
Browse files Browse the repository at this point in the history
  • Loading branch information
aloundoye committed Aug 28, 2024
1 parent 4f33527 commit adb0f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/daysInMonth.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"2078": [31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
"2079": [31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
"2080": [31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
"2081": [31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30],
"2081": [31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
"2082": [30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
"2083": [31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
"2084": [31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
Expand Down

0 comments on commit adb0f16

Please sign in to comment.