We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7bab8 commit 67cbf81Copy full SHA for 67cbf81
src/test/java/org/apache/commons/lang3/CharSetUtilsTest.java
@@ -156,7 +156,6 @@ void testDelete_StringStringarray() {
156
assertEquals("ho", CharSetUtils.delete("hello", "el"));
157
assertEquals("", CharSetUtils.delete("hello", "elho"));
158
assertEquals("hello", CharSetUtils.delete("hello", ""));
159
- assertEquals("hello", CharSetUtils.delete("hello", ""));
160
assertEquals("", CharSetUtils.delete("hello", "a-z"));
161
assertEquals("", CharSetUtils.delete("----", "-"));
162
assertEquals("heo", CharSetUtils.delete("hello", "l"));
0 commit comments