Renaming openecomp to onap
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / util / NodeUtilsTest.java
@@ -23,7 +23,7 @@
 * and service marks of AT&T Intellectual Property.
 */
 
-package org.openecomp.sparky.util;
+package org.onap.aai.sparky.util;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
@@ -40,7 +40,8 @@ import javax.xml.stream.XMLStreamConstants;
 import org.json.JSONException;
 import org.junit.Before;
 import org.junit.Test;
-import org.openecomp.sparky.dal.rest.OperationResult;
+import org.onap.aai.sparky.dal.rest.OperationResult;
+import org.onap.aai.sparky.util.NodeUtils;
 
 import com.fasterxml.jackson.core.JsonProcessingException;