Renaming openecomp to onap
[aai/model-loader.git] / src / test / java / org / onap / aai / modelloader / config / ModelLoaderConfigTest.java
@@ -21,7 +21,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.modelloader.config;
+package org.onap.aai.modelloader.config;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
@@ -33,8 +33,8 @@ import java.util.Properties;
 
 import org.eclipse.jetty.util.security.Password;
 import org.junit.Test;
-import org.openecomp.modelloader.restclient.AaiRestClient;
-
+import org.onap.aai.modelloader.config.ModelLoaderConfig;
+import org.onap.aai.modelloader.restclient.AaiRestClient;
 import org.openecomp.sdc.utils.ArtifactTypeEnum;
 
 public class ModelLoaderConfigTest {