Looly 5 年之前
父节点
当前提交
84ac3e5d7f
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      hutool-core/src/test/java/cn/hutool/core/codec/Base64Test.java

+ 2 - 3
hutool-core/src/test/java/cn/hutool/core/codec/Base64Test.java

@@ -1,10 +1,9 @@
 package cn.hutool.core.codec;
 
-import org.junit.Assert;
-import org.junit.Test;
-
 import cn.hutool.core.util.CharsetUtil;
 import cn.hutool.core.util.StrUtil;
+import org.junit.Assert;
+import org.junit.Test;
 
 /**
  * Base64单元测试