Commit b06c7fe9 by Christopher Hyzer

Updated Unit Tests.

parent f9878173
...@@ -62,6 +62,7 @@ public class TitanGraphServiceTest { ...@@ -62,6 +62,7 @@ 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