We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f7cb commit 0c4197bCopy full SHA for 0c4197b
examples/junit-image-test/HelloTest.java
@@ -32,6 +32,6 @@ void helloWorldContainsHello() throws IOException, InterruptedException {
32
Process process = processBuilder.start();
33
int exitValue = process.waitFor();
34
assertEquals(0, exitValue);
35
- assertTrue("Hello World!".contains("Helloo"));
+ assertTrue("Hello World!".contains("Hello"));
36
}
37
0 commit comments