Skip to content

Commit 4d7437d

Browse files
committed
1
1 parent 6f5c4fc commit 4d7437d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/test/java/org/apache/commons/cli/TypeHandlerTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
4141
import java.util.Map;
4242
import java.util.stream.Stream;
4343

44-
import org.apache.commons.io.IOUtils;
4544
import org.junit.jupiter.api.Test;
4645
import org.junit.jupiter.params.ParameterizedTest;
4746
import org.junit.jupiter.params.provider.Arguments;
@@ -237,12 +236,6 @@ public void testnstantiableEquals() {
237236
assertEquals(new Instantiable(), new Instantiable());
238237
}
239238

240-
@Test
241-
public void testOpenFile() throws ParseException, IOException {
242-
try (FileInputStream fis = TypeHandler.openFile("src/test/resources/org/apache/commons/cli/existing-readable.file")) {
243-
IOUtils.consume(fis);
244-
}
245-
}
246239

247240
@Test
248241
public void testRegister() {

0 commit comments

Comments
 (0)