Skip to content

Commit bf503a3

Browse files
committed
Better test method name
1 parent d3edd85 commit bf503a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void testReadMultipleBytes() throws IOException {
163163
}
164164

165165
@Test
166-
public void testReadOneByte() throws IOException {
166+
public void testReadOneByOne() throws IOException {
167167
for (final InputStream inputStream : inputStreams) {
168168
for (final byte randomByte : expectedRandomBytes) {
169169
assertEquals(randomByte, (byte) inputStream.read());

0 commit comments

Comments
 (0)