minor naming change
This commit is contained in:
parent
d5f3c84444
commit
92def6eeae
@ -73,7 +73,7 @@ public class JavaScannerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenReadInputFromConsole_thenCorrect() {
|
||||
public void whenReadingInputFromConsole_thenCorrect() {
|
||||
final String input = "Hello";
|
||||
final InputStream stdin = System.in;
|
||||
System.setIn(new ByteArrayInputStream(input.getBytes()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user