We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388b8a3 commit 19d5265Copy full SHA for 19d5265
src/test/java/com/arangodb/ArangoRouteTest.java
@@ -68,7 +68,7 @@ public void withHeader() throws InterruptedException, ExecutionException {
68
public void withParentHeader() throws InterruptedException, ExecutionException {
69
final ArangoCollectionAsync collection = db.collection("route-test-col");
70
try {
71
- collection.create().get;
+ collection.create().get();
72
final BaseDocument doc = new BaseDocument();
73
collection.insertDocument(doc).get();
74
db.route("/_api/document").withHeader(ArangoRequestParam.IF_NONE_MATCH, doc.getRevision())
0 commit comments