()
| 148 | } |
| 149 | |
| 150 | @Test |
| 151 | public void test21() { |
| 152 | Solar solar = Solar.fromYmd(2022, 1, 31); |
| 153 | Lunar lunar = solar.getLunar(); |
| 154 | Assert.assertEquals("除夕", lunar.getFestivals().get(0)); |
| 155 | } |
| 156 | |
| 157 | @Test |
| 158 | public void test22() { |
nothing calls this directly
no test coverage detected