Commit c28f1494 by Christopher Hyzer

Updated Unit tests for Edge and Vertex indexed keys.

parent b06c7fe9
...@@ -62,7 +62,6 @@ public class TitanGraphServiceTest { ...@@ -62,7 +62,6 @@ public class TitanGraphServiceTest {
@Test @Test
public void testGetEdgeIndexedKeys() throws Exception { public void testGetEdgeIndexedKeys() throws Exception {
Assert.assertNotNull(titanGraphService.getEdgeIndexedKeys()); Assert.assertNotNull(titanGraphService.getEdgeIndexedKeys());
Assert.assertEquals(titanGraphService.getEdgeIndexedKeys().size(), 8); Assert.assertEquals(titanGraphService.getEdgeIndexedKeys().size(), 8);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment