From: abatos Date: Thu, 5 Oct 2017 20:05:06 +0000 (-0400) Subject: Fix import issue on unit test X-Git-Tag: 2.0.0-ONAP~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=1bde4a9c7ad705b3bb037526e558228c279cc452 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 # --- 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;