Skip to content

Commit 3c6a473

Browse files
committed
rm comment
1 parent 204e940 commit 3c6a473

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/test/java/com/arangodb/ArangoVertexCollectionTest.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,6 @@ public void duplicateInsertSameObjectVertex() {
116116
bd2.addAttribute("name", "Paul");
117117

118118
vertexCollection.insertVertex(bd2);
119-
120-
// final BaseDocument document = db.collection(COLLECTION_NAME).getDocument(uuid.toString(), BaseDocument.class, null);
121-
// assertThat(document, is(notNullValue()));
122-
// assertThat(document.getKey(), is(uuid.toString()));
123-
//
124-
// try {
125-
// vertexCollection.insertVertex(bd);
126-
// } catch (ArangoDBException e) {
127-
// assertEquals(e.getResponseCode().intValue(), 409);
128-
// }
129-
130-
System.out.println("aaaaa");
131-
132119
}
133120

134121
@Test

0 commit comments

Comments
 (0)