aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorabatos <adrian.batos-parac@amdocs.com>2017-10-05 16:05:06 -0400
committerabatos <adrian.batos-parac@amdocs.com>2017-10-05 16:05:06 -0400
commit1bde4a9c7ad705b3bb037526e558228c279cc452 (patch)
tree8cbddfb5fe14e6f66689757d8cc7e94e2a7594d1 /src
parent7b465fbe49eadf89ce16c7d8569ffed10ff95efd (diff)
Fix import issue on unit test
The re-enabled unit test was depending on an older version of the champ package so this has been updated to the newest version. Change-Id: I80c6c8b930280e2a3aa534c73234b1f277fd8b67 Issue-Id: AAI-295 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>#
Diffstat (limited to 'src')
-rw-r--r--src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java b/src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java
index 32e0423..847e67b 100644
--- a/src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java
+++ b/src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java
@@ -4,7 +4,7 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
-import org.openecomp.aai.champ.graph.impl.InMemoryChampGraphImpl;
+import org.openecomp.aai.champcore.graph.impl.InMemoryChampGraphImpl;
import org.openecomp.crud.dao.GraphDao;
import org.openecomp.crud.entity.Edge;
import org.openecomp.crud.entity.Vertex;