Renaming openecomp to onap
[aai/data-router.git] / src / test / java / org / onap / aai / datarouter / util / AaiUiSvcPolicyUtilTest.java
@@ -23,7 +23,7 @@
  * and service marks of AT&T Intellectual Property.
  */
 
-package org.openecomp.datarouter.util;
+package org.onap.aai.datarouter.util;
 
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
@@ -31,6 +31,7 @@ import static org.junit.Assert.fail;
 
 import org.junit.BeforeClass;
 import org.junit.Test;
+import org.onap.aai.datarouter.util.AaiUiSvcPolicyUtil;
 
 import com.fasterxml.jackson.databind.JsonNode;
 import com.fasterxml.jackson.databind.ObjectMapper;