Import VSP with non-standard data types
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / dao / neo4j / GraphEdgeLabelsTest.java
index bfa9409..37f1707 100644 (file)
@@ -28,7 +28,7 @@ import static org.junit.jupiter.api.Assertions.assertNull;
 public class GraphEdgeLabelsTest {
        @Test
        public void testGetAllProperties() throws Exception {
-               assertEquals(56, GraphEdgeLabels.getAllProperties().size());
+               assertEquals(57, GraphEdgeLabels.getAllProperties().size());
        }
 
        @Test