diff --git a/eo-runtime/src/test/java/org/eolang/SnippetCaseTest.java b/eo-runtime/src/test/java/org/eolang/SnippetCaseTest.java index bdd2067317..a49d1569c9 100755 --- a/eo-runtime/src/test/java/org/eolang/SnippetCaseTest.java +++ b/eo-runtime/src/test/java/org/eolang/SnippetCaseTest.java @@ -271,7 +271,7 @@ void runsTestsAfterPhiAndUnphi(final @TempDir Path temp) throws IOException { * dependencies to rust-tests after phi->unphi (see: * this for details). * When it's resolved we need to remove the filter and make sure the snippet test - * {@link SnippetCaseTest#runTestsAfterPhiAndUnphi} still works. + * {@link SnippetCaseTest#runsTestsAfterPhiAndUnphi(Path)} still works. */ private static void copySources(final Farea farea, final String target) throws IOException { final Path runtime = Paths.get(System.getProperty("user.dir"))