Merge "InvalidRoleException-junits"
[portal.git] / portal-BE / src / test / java / org / onap / portal / service / fn / FnUserRoleServiceTest.java
index bdbc2c0..68b1a80 100644 (file)
@@ -45,11 +45,12 @@ import static org.junit.Assert.assertEquals;
 import java.util.ArrayList;
 import java.util.List;
 import javax.transaction.Transactional;
-import org.junit.Assert;
 import org.junit.jupiter.api.Test;
 import org.junit.runner.RunWith;
 import org.onap.portal.domain.db.fn.FnUser;
 import org.onap.portal.domain.dto.ecomp.EPUserAppCatalogRoles;
+import org.onap.portal.service.user.FnUserService;
+import org.onap.portal.service.userRole.FnUserRoleService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.TestPropertySource;
@@ -75,4 +76,6 @@ class FnUserRoleServiceTest {
 
               assertEquals(expected, actual);
        }
+
+
 }
\ No newline at end of file