diff --git a/app/test/processing/app/preproc/PdePreprocessorTest.java b/app/test/processing/app/preproc/PdePreprocessorTest.java index aad17e744..1532a9eaf 100644 --- a/app/test/processing/app/preproc/PdePreprocessorTest.java +++ b/app/test/processing/app/preproc/PdePreprocessorTest.java @@ -16,7 +16,7 @@ public class PdePreprocessorTest { String actualOutput = new PdePreprocessor().strip(s); String expectedOutput = FileUtils.readFileToString(new File(PdePreprocessorTest.class.getResource("RemoteCallLogger_v1e0.stripped.ino").getFile())); - assertEquals(actualOutput, expectedOutput); + assertEquals(expectedOutput, actualOutput); } @Test diff --git a/app/test/processing/app/preproc/RemoteCallLogger_v1e0.stripped.ino b/app/test/processing/app/preproc/RemoteCallLogger_v1e0.stripped.ino index 706544402..8e00fdd3f 100644 --- a/app/test/processing/app/preproc/RemoteCallLogger_v1e0.stripped.ino +++ b/app/test/processing/app/preproc/RemoteCallLogger_v1e0.stripped.ino @@ -1,8 +1,5 @@ - - -