From 4f303705d9e4879fa9f19408a278532cdef05d32 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Tue, 6 Aug 2019 18:01:18 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java b/src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java index 3a32b0c..1f3b387 100644 --- a/src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java +++ b/src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java @@ -6,7 +6,8 @@ import org.junit.Test; import org.junit.rules.ExpectedException; public class StringUtilsTest { - @Rule public final ExpectedException thrown = + @Rule + public final ExpectedException thrown = ExpectedException.none(); @Test -- GitLab