slawekjaranowski commented on code in PR #611:
URL: 
https://github.com/apache/maven-changes-plugin/pull/611#discussion_r2462771476


##########
src/test/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojoTest.java:
##########
@@ -23,13 +23,20 @@
 
 import org.apache.maven.plugin.testing.AbstractMojoTestCase;
 import org.codehaus.plexus.util.FileUtils;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
 
 /**
  * @author Olivier Lamy
  * @version $Id$
  */
 public class AnnouncementMojoTest extends AbstractMojoTestCase {
+    @BeforeEach
+    void setup() throws Exception {
+        super.setUp();
+    }

Review Comment:
   `AbstractMojoTestCase` is JUnit 3 base .... does annotation will work here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to