mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix FileResourceBug
This commit is contained in:
@@ -4,14 +4,14 @@ import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ZodiacTest {
|
||||
|
||||
|
||||
@Test
|
||||
public void getZodiacTest() {
|
||||
Assert.assertEquals("摩羯座", Zodiac.getZodiac(Month.JANUARY, 19));
|
||||
Assert.assertEquals("水瓶座", Zodiac.getZodiac(Month.JANUARY, 20));
|
||||
Assert.assertEquals("巨蟹座", Zodiac.getZodiac(6, 17));
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void getChineseZodiacTest() {
|
||||
Assert.assertEquals("狗", Zodiac.getChineseZodiac(1994));
|
||||
|
Reference in New Issue
Block a user