Skip to content

Commit 157e228

Browse files
javier-godoypaodb
authored andcommitted
feat(demo): add 2023 public holidays
1 parent 1b521de commit 157e228

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/java/com/flowingcode/addons/ycalendar/TestUtils.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ public class TestUtils {
4848
HOLIDAYS.add(LocalDate.of(2022, 11, 21));
4949
HOLIDAYS.add(LocalDate.of(2022, 12, 9));
5050
HOLIDAYS.add(LocalDate.of(2022, 12, 25));
51+
52+
HOLIDAYS.add(LocalDate.of(2023, 5, 26));
53+
HOLIDAYS.add(LocalDate.of(2023, 6, 19));
54+
HOLIDAYS.add(LocalDate.of(2023, 8, 21));
55+
HOLIDAYS.add(LocalDate.of(2023, 10, 13));
56+
HOLIDAYS.add(LocalDate.of(2023, 10, 16));
57+
HOLIDAYS.add(LocalDate.of(2023, 11, 20));
5158
}
5259

5360
private static List<LocalDate> computeEasterHolidays(int y, int m, int d) {

0 commit comments

Comments
 (0)