Skip to content

Commit 835b8aa

Browse files
committed
update
1 parent 9bd3890 commit 835b8aa

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)