Skip to content

Commit 92def6e

Browse files
author
eugenp
committed
minor naming change
1 parent d5f3c84 commit 92def6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java/src/test/java/org/baeldung/java/io/JavaScannerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void whenReadUsingScanner_thenCorrect() throws IOException {
7373
}
7474

7575
@Test
76-
public void whenReadInputFromConsole_thenCorrect() {
76+
public void whenReadingInputFromConsole_thenCorrect() {
7777
final String input = "Hello";
7878
final InputStream stdin = System.in;
7979
System.setIn(new ByteArrayInputStream(input.getBytes()));

0 commit comments

Comments
 (0)