From e2ae42b27c925547fda3dd04bc24efd9868ee7e2 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 16 Mar 2020 20:20:28 +0800 Subject: [PATCH] fix test --- .../src/test/java/cn/hutool/http/test/RestTest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hutool-http/src/test/java/cn/hutool/http/test/RestTest.java b/hutool-http/src/test/java/cn/hutool/http/test/RestTest.java index 149b0932b..c6e735200 100644 --- a/hutool-http/src/test/java/cn/hutool/http/test/RestTest.java +++ b/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类型请求单元测试