Skip to content

Commit b42943c

Browse files
authored
Update HelloTest.java
1 parent 2011c48 commit b42943c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/junit-image-test/HelloTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ void helloWorldContainsHello() throws IOException, InterruptedException {
3232
Process process = processBuilder.start();
3333
int exitValue = process.waitFor();
3434
assertEquals(0, exitValue);
35-
assertTrue("Hello World!".contains("Helloo"));
35+
assertTrue("Hello World!".contains("Hello"));
3636
}
3737
}

0 commit comments

Comments
 (0)