浏览代码

fix time and add test

Looly 6 年之前
父节点
当前提交
7db9955f00
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      hutool-core/src/test/java/cn/hutool/core/util/IdcardUtilTest.java

+ 2 - 6
hutool-core/src/test/java/cn/hutool/core/util/IdcardUtilTest.java

@@ -1,13 +1,9 @@
 package cn.hutool.core.util;
 package cn.hutool.core.util;
 
 
-import cn.hutool.core.lang.Console;
-import org.junit.Assert;
-import org.junit.Test;
-
 import cn.hutool.core.date.DateTime;
 import cn.hutool.core.date.DateTime;
 import cn.hutool.core.date.DateUtil;
 import cn.hutool.core.date.DateUtil;
-
-import java.time.ZonedDateTime;
+import org.junit.Assert;
+import org.junit.Test;
 
 
 /**
 /**
  * 身份证单元测试
  * 身份证单元测试