格式化
This commit is contained in:
parent
65e9dc7b16
commit
4ca28f8657
@ -11,7 +11,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
/**
|
||||
* 节假日工具类测试
|
||||
*
|
||||
*
|
||||
* @author Zeodao
|
||||
* @version 2.0.0
|
||||
*/
|
||||
@ -94,7 +94,7 @@ class HolidayUtilTest {
|
||||
// 测试周末
|
||||
LocalDate saturday = LocalDate.of(2025, Month.JANUARY, 4); // 周六
|
||||
LocalDate sunday = LocalDate.of(2025, Month.JANUARY, 5); // 周日
|
||||
|
||||
|
||||
assertTrue(holidayUtil.isWeekend(saturday));
|
||||
assertTrue(holidayUtil.isWeekend(sunday));
|
||||
assertFalse(holidayUtil.isWorkday(saturday));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user