Skip to content

Commit a7d8ed3

Browse files
committed
added missing get function
1 parent bd4936c commit a7d8ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/ArangoSearchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void updateProperties() throws InterruptedException, ExecutionException {
162162
if (!requireVersion(3, 4)) {
163163
return;
164164
}
165-
db.createCollection("view_update_prop_test_collection");
165+
db.createCollection("view_update_prop_test_collection").get();
166166
final String name = VIEW_NAME + "_updatepropertiestest";
167167
final ArangoSearchAsync view = db.arangoSearch(name);
168168
view.create(new ArangoSearchCreateOptions()).get();

0 commit comments

Comments
 (0)