Merge remote-tracking branch 'origin/master'

This commit is contained in:
MRichter 2022-11-10 16:50:07 +01:00
commit cfb91a2860

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