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 0fd0fdf commit 6a6911e
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 @@ -40,7 +40,7 @@ public void convert() throws IOException, ConverterException {
assertNotEquals("", new String(Files.readAllBytes(Paths.get("src/test/resources/test-output.ly/document.xml")), "UTF-8"));
assertEquals("The files differ!",
new String(Files.readAllBytes(Paths.get("src/test/resources/test-output.ly/document.xml"))),
new String(Files.readAllBytes(Paths.get("src/test/resources/document.xml"))));
new String(Files.readAllBytes(Paths.get("src/test/resources/expected-output.xml"))));
is.close();
os.close();
isout.close();
Expand Down
File renamed without changes.

0 comments on commit 6a6911e

Please sign in to comment.