Skip to content

Commit b9c8025

Browse files
author
mpv1989
committed
Fix tests
1 parent c73f747 commit b9c8025

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/arangodb/ArangoDBTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public void createUser() throws InterruptedException, ExecutionException {
160160
f.whenComplete((result, ex) -> {
161161
assertThat(result, is(notNullValue()));
162162
assertThat(result.getUser(), is(USER));
163-
assertThat(result.getChangePassword(), is(false));
164163
});
165164
f.get();
166165
} finally {

0 commit comments

Comments
 (0)