Skip to content

Commit

Permalink
feat(#3251): dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jul 28, 2024
1 parent 8668a5d commit d47d21f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eo-runtime/src/test/java/org/eolang/SnippetTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ void runsTestsAfterPhiAndUnphi(final @TempDir Path temp) throws IOException {
"junit-jupiter-api",
"5.10.2"
);
f.dependencies().append(
"org.junit-pioneer",
"junit-pioneer",
"2.2.0"
);
f.build()
.plugins()
.append(
Expand Down

0 comments on commit d47d21f

Please sign in to comment.