Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-aaf-auth / src / test / java / org / onap / aai / aaf / auth / AAIUserTest.java
index e3b79cb..5f02f1a 100644 (file)
 
 package org.onap.aai.aaf.auth;
 
-import org.junit.Test;
-
 import static org.junit.Assert.assertEquals;
 
+import org.junit.Test;
+
 public class AAIUserTest extends AAISetup {
 
     @Test