We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb826d commit 07a46c8Copy full SHA for 07a46c8
app/test/processing/app/CommandLineTest.java
@@ -142,7 +142,7 @@ public void testCommandLineVersion() throws Exception {
142
.as("Process will finish with exit code 0 in --version")
143
.isEqualTo(0);
144
Assertions.assertThat(new String(IOUtils.toByteArray(pr.getInputStream())))
145
- .matches(".*\nArduino: \\d+\\.\\d+\\.\\d+.*\r?\n");
+ .matches("Arduino: \\d+\\.\\d+\\.\\d+.*\r?\n");
146
}
147
148
@Test
0 commit comments