Skip to content

Commit

Permalink
rename expected file to be consistent for other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Apr 10, 2024
1 parent cd66bc4 commit 3fa394e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void convert() throws IOException, ConverterException {
//System.out.println(new String(Files. readAllBytes(Paths.get("src/test/resources/test-output.txt/result.txt")), "UTF-8"));
//assertNotEquals("", new String(Files.readAllBytes(Paths.get("src/test/resources/test-output.png/test.png")), "UTF-8"));
assertArrayEquals("Binary files differ",
Files.readAllBytes(Paths.get("src/test/resources/test.png")),
Files.readAllBytes(Paths.get("src/test/resources/expected-output.png")),
Files.readAllBytes(Paths.get("src/test/resources/test-output.png/test.png")));
is.close();
os.close();
Expand Down
File renamed without changes

0 comments on commit 3fa394e

Please sign in to comment.