Looly 6 年之前
父节点
当前提交
e2ae42b27c
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      hutool-http/src/test/java/cn/hutool/http/test/RestTest.java

+ 3 - 4
hutool-http/src/test/java/cn/hutool/http/test/RestTest.java

@@ -1,13 +1,12 @@
 package cn.hutool.http.test;
 
-import org.junit.Assert;
-import org.junit.Ignore;
-import org.junit.Test;
-
 import cn.hutool.core.lang.Console;
 import cn.hutool.http.HttpRequest;
 import cn.hutool.http.HttpUtil;
 import cn.hutool.json.JSONUtil;
+import org.junit.Assert;
+import org.junit.Ignore;
+import org.junit.Test;
 
 /**
  * Rest类型请求单元测试