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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new c96d36a2 JEXL: scripting nitpicks;
c96d36a2 is described below

commit c96d36a20899c2f68bb4147d1a404d4bfbb35b19
Author: Henrib <hbies...@gmail.com>
AuthorDate: Thu Dec 12 08:28:18 2024 +0100

    JEXL: scripting nitpicks;
---
 src/test/java/org/apache/commons/jexl3/Issues400Test.java | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/jexl3/Issues400Test.java 
b/src/test/java/org/apache/commons/jexl3/Issues400Test.java
index f3330b3c..1d988012 100644
--- a/src/test/java/org/apache/commons/jexl3/Issues400Test.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues400Test.java
@@ -17,7 +17,15 @@
 package org.apache.commons.jexl3;
 
 import static 
org.apache.commons.jexl3.introspection.JexlPermissions.RESTRICTED;
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertArrayEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertInstanceOf;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertNull;
+import static org.junit.jupiter.api.Assertions.assertThrows;
+import static org.junit.jupiter.api.Assertions.assertTrue;
+import static org.junit.jupiter.api.Assertions.fail;
 
 import java.io.Closeable;
 import java.lang.reflect.Method;

Reply via email to