Skip to content

Commit 3e9a3ec

Browse files
committed
Fixed CommandLineTest.testCommandLineVersion
1 parent ff952fc commit 3e9a3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/test/processing/app/CommandLineTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void testCommandLineVersion() throws Exception {
142142
.as("Process will finish with exit code 0 in --version")
143143
.isEqualTo(0);
144144
Assertions.assertThat(new String(IOUtils.toByteArray(pr.getInputStream())))
145-
.matches("Arduino: \\d+\\.\\d+\\.\\d+.*");
145+
.matches("Arduino: \\d+\\.\\d+\\.\\d+.*\n");
146146
}
147147

148148
@Test

0 commit comments

Comments
 (0)