Skip to content

Commit 9756d12

Browse files
committed
v1.2.21 每日宜忌支持2种流派。
1 parent c7e769c commit 9756d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/test/LunarTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ public void test56() {
420420
Solar solar = new Solar(2022, 4, 5);
421421
Lunar lunar = solar.getLunar();
422422
Assert.assertEquals("甲辰", lunar.getMonthInGanZhi());
423+
Assert.assertEquals("癸卯", lunar.getMonthInGanZhiExact());
423424
Assert.assertEquals(4, lunar.getDayJi().size());
424425
}
425426

0 commit comments

Comments
 (0)