Skip to content

Commit 67cbf81

Browse files
authored
remove redundant test case in CharSetUtilsTest#testDelete_StringStringarray (#1540)
1 parent 5b7bab8 commit 67cbf81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/apache/commons/lang3/CharSetUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ void testDelete_StringStringarray() {
156156
assertEquals("ho", CharSetUtils.delete("hello", "el"));
157157
assertEquals("", CharSetUtils.delete("hello", "elho"));
158158
assertEquals("hello", CharSetUtils.delete("hello", ""));
159-
assertEquals("hello", CharSetUtils.delete("hello", ""));
160159
assertEquals("", CharSetUtils.delete("hello", "a-z"));
161160
assertEquals("", CharSetUtils.delete("----", "-"));
162161
assertEquals("heo", CharSetUtils.delete("hello", "l"));

0 commit comments

Comments
 (0)