This commit is contained in:
Bruno Klasing 2022-11-10 16:47:57 +01:00
parent 249ee6fe65
commit 8d246f3944

View File

@ -10,7 +10,7 @@ class MainTest {
public void testFirstTryRight() {
//Arrange
byte[] bytes = "hofmannol\nGeronimo\n".getBytes();
byte[] bytes = "hofmannol\nGERONIMO\n".getBytes();
ByteArrayInputStream in = new ByteArrayInputStream(bytes);
//Act