Renaming openecomp to onap
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / security / portal / TestUserManager.java
@@ -23,7 +23,7 @@
 * and service marks of AT&T Intellectual Property.
 */
 
-package org.openecomp.sparky.security.portal;
+package org.onap.aai.sparky.security.portal;
 
 import static org.hamcrest.Matchers.empty;
 import static org.hamcrest.Matchers.is;
@@ -46,8 +46,9 @@ import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
 import org.junit.runner.RunWith;
+import org.onap.aai.sparky.security.portal.UserManager;
+import org.onap.aai.sparky.util.NodeUtils;
 import org.openecomp.portalsdk.core.restful.domain.EcompUser;
-import org.openecomp.sparky.util.NodeUtils;
 import org.powermock.modules.junit4.PowerMockRunner;
 
 import com.google.gson.Gson;