Skip to content

Commit 7fad6e3

Browse files
author
mpv1989
committed
Fix test
1 parent 940358d commit 7fad6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/ArangoDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public void queryWithBindVars() throws InterruptedException, ExecutionException
730730

731731
@Test
732732
public void queryWithWarning() throws InterruptedException, ExecutionException {
733-
final CompletableFuture<ArangoCursorAsync<String>> f = arangoDB.db().query("return _users + 1", null, null,
733+
final CompletableFuture<ArangoCursorAsync<String>> f = arangoDB.db().query("return _apps + 1", null, null,
734734
String.class);
735735
assertThat(f, is(notNullValue()));
736736
f.whenComplete((cursor, ex) -> {

0 commit comments

Comments
 (0)