Skip to content

Commit

Permalink
added missing get function
Browse files Browse the repository at this point in the history
  • Loading branch information
hkernbach committed Nov 28, 2018
1 parent bd4936c commit a7d8ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/arangodb/ArangoSearchTest.java
Expand Up @@ -162,7 +162,7 @@ public void updateProperties() throws InterruptedException, ExecutionException {
if (!requireVersion(3, 4)) {
return;
}
db.createCollection("view_update_prop_test_collection");
db.createCollection("view_update_prop_test_collection").get();
final String name = VIEW_NAME + "_updatepropertiestest";
final ArangoSearchAsync view = db.arangoSearch(name);
view.create(new ArangoSearchCreateOptions()).get();
Expand Down

0 comments on commit a7d8ed3

Please sign in to comment.