You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2020/06/26 09:55:31 UTC

[commons-lang] 12/16: refine tests

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 249d9e474459ab060fe6b702d32dc5e2873c8ed5
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Mon Jun 1 18:08:49 2020 +0800

    refine tests
---
 src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java | 2 --
 1 file changed, 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 e92fdda..fd0c875 100644
--- a/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java
@@ -31,8 +31,6 @@ import java.lang.reflect.Modifier;
 import java.util.Random;
 import java.util.stream.IntStream;
 
-import static org.junit.jupiter.api.Assertions.*;
-
 /**
  * Tests CharSequenceUtils
  */