Skip to content

Commit

Permalink
✨ mica-holidays 添加 2025 节假日
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Nov 12, 2024
1 parent f2bd070 commit 7bc32ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void test() {
Assertions.assertEquals(DaysType.HOLIDAYS, daysType);
Assertions.assertFalse(holidaysApi.isWeekdays(LocalDate.of(2023, 9, 29)));
Assertions.assertTrue(holidaysApi.isWeekdays(LocalDate.of(2023, 10, 7)));
Assertions.assertFalse(holidaysApi.isWeekdays(LocalDate.of(2025, 10, 8)));
}

}

0 comments on commit 7bc32ad

Please sign in to comment.