Skip to content

Commit

Permalink
#3453 up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 5, 2024
1 parent 9aa9353 commit d3226c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eo-runtime/src/test/java/org/eolang/SnippetIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ void runsAllSnippets(final String yml, final @TempDir Path temp) throws IOExcept
SnippetIT.copySources(f, "src/main/eo");
f.files()
.file(String.format("src/main/eo/%s", file))
.write(String.format("%s\n", map.get("eo")))
.show();
.write(String.format("%s\n", map.get("eo")).getBytes());
f.dependencies().appendItself();
f.build()
.plugins()
Expand Down

0 comments on commit d3226c6

Please sign in to comment.