From 8d246f39441a0eb941db0981ce5a74a734de883d Mon Sep 17 00:00:00 2001 From: Bruno Date: Thu, 10 Nov 2022 16:47:57 +0100 Subject: [PATCH] Test 3 --- test/MainTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MainTest.java b/test/MainTest.java index 8d96ecc..a366b17 100644 --- a/test/MainTest.java +++ b/test/MainTest.java @@ -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