Browse Source

Merge remote-tracking branch 'origin/master'

master
MRichter 1 year ago
parent
commit
cfb91a2860
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/java/MainTest.java

+ 1
- 1
test/java/MainTest.java 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

Loading…
Cancel
Save