Skip to content

Commit 075b3f6

Browse files
committed
Fix typo in test name
1 parent fa49cef commit 075b3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/ReaderInputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public void testReadZeroEmptyString() throws Exception {
302302
}
303303

304304
@Test
305-
public void testReasdAfterClose() throws IOException {
305+
public void testReadAfterClose() throws IOException {
306306
try (InputStream inputStream = createInputStream()) {
307307
inputStream.close();
308308
assertEquals(IOUtils.EOF, inputStream.read());

0 commit comments

Comments
 (0)