This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit e04966a6122ef94d295a070bf96774629e9f05a4 Author: XenoAmess <xenoam...@gmail.com> AuthorDate: Mon Jun 1 20:10:07 2020 +0800 refine tests --- src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java b/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java index fd0c875..fb9d568 100644 --- a/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java @@ -24,12 +24,11 @@ import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; -import org.junit.jupiter.api.Test; - import java.lang.reflect.Constructor; import java.lang.reflect.Modifier; import java.util.Random; import java.util.stream.IntStream; +import org.junit.jupiter.api.Test; /** * Tests CharSequenceUtils