Skip to content

Commit b4b131e

Browse files
committed
test fix
1 parent f6d6ec3 commit b4b131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/com/arangodb/serde/CustomSerdeAsyncTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void aqlDeserialization() throws ExecutionException, InterruptedException {
150150
doc.put("arr", Collections.singletonList("hello"));
151151
doc.put("int", 10);
152152

153-
collection.insertDocument(doc);
153+
collection.insertDocument(doc).get();
154154

155155
final Map<String, Object> result = db.query(
156156
"RETURN DOCUMENT(@docId)",

0 commit comments

Comments
 (0)