This is an automated email from the ASF dual-hosted git repository.

emilles pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 5fcfd4e637 fix JUnit imports
5fcfd4e637 is described below

commit 5fcfd4e6379fe87d8503f1cba033fd3a05600845
Author: Eric Milles <eric.mil...@thomsonreuters.com>
AuthorDate: Tue Sep 2 11:49:35 2025 -0500

    fix JUnit imports
---
 src/test/groovy/BreakContinueLabelTest.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/groovy/BreakContinueLabelTest.groovy 
b/src/test/groovy/BreakContinueLabelTest.groovy
index 703fb7ffdb..f500cfd313 100644
--- a/src/test/groovy/BreakContinueLabelTest.groovy
+++ b/src/test/groovy/BreakContinueLabelTest.groovy
@@ -18,9 +18,9 @@
  */
 package groovy
 
-import org.junit.jupiter.api.Test
+import org.junit.Test
 
-import static org.junit.jupiter.api.Assertions.fail
+import static org.junit.Assert.fail
 
 final class BreakContinueLabelTest {
 

Reply via email to