Test 3
This commit is contained in:
parent
249ee6fe65
commit
8d246f3944
@ -10,7 +10,7 @@ class MainTest {
|
|||||||
public void testFirstTryRight() {
|
public void testFirstTryRight() {
|
||||||
|
|
||||||
//Arrange
|
//Arrange
|
||||||
byte[] bytes = "hofmannol\nGeronimo\n".getBytes();
|
byte[] bytes = "hofmannol\nGERONIMO\n".getBytes();
|
||||||
ByteArrayInputStream in = new ByteArrayInputStream(bytes);
|
ByteArrayInputStream in = new ByteArrayInputStream(bytes);
|
||||||
|
|
||||||
//Act
|
//Act
|
||||||
|
Loading…
x
Reference in New Issue
Block a user