Renaming openecomp to onap
[aai/champ.git] / src / test / java / org / onap / aai / champ / ie / ImportTest.java
@@ -19,7 +19,7 @@
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.aai.champ.ie;
+package org.onap.aai.champ.ie;
 
 import static org.junit.Assert.assertTrue;
 
@@ -27,8 +27,9 @@ import java.util.Collections;
 import java.util.Optional;
 
 import org.junit.Test;
-import org.openecomp.aai.champ.ChampAPI;
-import org.openecomp.aai.champ.ChampGraph;
+import org.onap.aai.champ.ChampAPI;
+import org.onap.aai.champ.ChampGraph;
+import org.onap.aai.champ.ie.GraphMLImporterExporter;
 
 public class ImportTest {