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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6371978287 move test
6371978287 is described below

commit 6371978287eb91f4b16a02d84b2a3d5a00318a1b
Author: Eric Milles <[email protected]>
AuthorDate: Sat Mar 15 20:14:42 2025 -0500

    move test
---
 src/{spec => }/test/groovy/lang/NamedValueTest.groovy | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/spec/test/groovy/lang/NamedValueTest.groovy 
b/src/test/groovy/lang/NamedValueTest.groovy
similarity index 96%
rename from src/spec/test/groovy/lang/NamedValueTest.groovy
rename to src/test/groovy/lang/NamedValueTest.groovy
index f5c7093306..90245902f3 100644
--- a/src/spec/test/groovy/lang/NamedValueTest.groovy
+++ b/src/test/groovy/lang/NamedValueTest.groovy
@@ -19,10 +19,11 @@
 package groovy.lang
 
 import groovy.transform.CompileStatic
-import org.junit.Test
+import org.junit.jupiter.api.Test
 
 @CompileStatic
-class NamedValueTest {
+final class NamedValueTest {
+
     @Test
     void testGetters() {
         def nv = new NamedValue('foo', 'bar')

Reply via email to