kumaab commented on code in PR #584:
URL: https://github.com/apache/ranger/pull/584#discussion_r2129864355


##########
ugsync-util/src/test/java/org/apache/ranger/ugsynutil/transform/TestRegEx.java:
##########
@@ -17,17 +17,17 @@
  * under the License.
  */
 
-package org.apache.ranger.usergroupsync;
+package org.apache.ranger.ugsynutil.transform;
 
+import org.apache.ranger.ugsyncutil.transform.RegEx;
+import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 
-import static org.junit.Assert.assertEquals;

Review Comment:
   Why is static `assertEquals` being removed?



-- 
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: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to