@ -49,7 +49,7 @@ class DigitalTechnikTest {
@Test
public void testDigitalTechnik3() {
String input = "1\n";
String input = "4\n";
ByteArrayInputStream in = new ByteArrayInputStream(input.getBytes());
System.setIn(in);