From 466751153b0aeb33fd98ed6fe3ead1b53ca7f357 Mon Sep 17 00:00:00 2001 From: Artem Getmanskii Date: Wed, 8 Jan 2025 07:29:37 +0300 Subject: [PATCH] fix 0pdd check --- .../src/test/java/org/eolang/maven/UnphiMojoTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java b/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java index df87f4287a..bfecc25fa9 100644 --- a/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java +++ b/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java @@ -66,9 +66,9 @@ /** * Test cases for {@link UnphiMojo}. * @since 0.34.0 - * @todo #3708:30min Remove @Disabled + * @todo #3708:30min Remove @Disabled annotation on * {@code UnphiMojoTest.usesCache()} and {@code UnphiMojoTest.invalidatesCache()} - * when cache is implemented, fix tests if needed. + * when cache is implemented, check that tests is valid otherwise fix them if needed. */ @SuppressWarnings("PMD.TooManyMethods") @ExtendWith(MktmpResolver.class)