()
| 20 | } |
| 21 | |
| 22 | @Test |
| 23 | public void test1() { |
| 24 | Tao tao = Tao.fromYmd(4718, 10, 18); |
| 25 | Assert.assertEquals("[地母娘娘圣诞, 四时会]", tao.getFestivals().toString()); |
| 26 | |
| 27 | tao = Lunar.fromYmd(2021, 10, 18).getTao(); |
| 28 | Assert.assertEquals("[地母娘娘圣诞, 四时会]", tao.getFestivals().toString()); |
| 29 | } |
| 30 | |
| 31 | } |
nothing calls this directly
no test coverage detected