This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 4c40b2630d Use `org.junit.Test` to fix compilation error
4c40b2630d is described below
commit 4c40b2630d6d700b0e2c2935e2994c45e5ad73b8
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Apr 12 13:27:59 2025 +0900
Use `org.junit.Test` to fix compilation error
---
src/test/groovy/bugs/Groovy7785.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/groovy/bugs/Groovy7785.groovy
b/src/test/groovy/bugs/Groovy7785.groovy
index 5a7ffbdf27..4ca9e944c7 100644
--- a/src/test/groovy/bugs/Groovy7785.groovy
+++ b/src/test/groovy/bugs/Groovy7785.groovy
@@ -19,7 +19,7 @@
package bugs
import groovy.test.NotYetImplemented
-import org.junit.jupiter.api.Test
+import org.junit.Test
import static groovy.test.GroovyAssert.assertScript