()
| 426 | } |
| 427 | |
| 428 | @Test |
| 429 | public void test59() { |
| 430 | Solar solar = new Solar(2022, 3, 16); |
| 431 | Lunar lunar = solar.getLunar(); |
| 432 | Assert.assertEquals("春社", lunar.getOtherFestivals().get(0)); |
| 433 | } |
| 434 | |
| 435 | @Test |
| 436 | public void test60() { |
nothing calls this directly
no test coverage detected