We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b521de commit 157e228Copy full SHA for 157e228
src/test/java/com/flowingcode/addons/ycalendar/TestUtils.java
@@ -48,6 +48,13 @@ public class TestUtils {
48
HOLIDAYS.add(LocalDate.of(2022, 11, 21));
49
HOLIDAYS.add(LocalDate.of(2022, 12, 9));
50
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));
58
}
59
60
private static List<LocalDate> computeEasterHolidays(int y, int m, int d) {
0 commit comments