Skip to content

Commit 2c2ba99

Browse files
author
mpv1989
committed
Fix tests
1 parent 32200bd commit 2c2ba99

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
@@ -150,7 +150,6 @@ public void createUser() {
150150
final UserEntity result = arangoDB.createUser(USER, PW, null);
151151
assertThat(result, is(notNullValue()));
152152
assertThat(result.getUser(), is(USER));
153-
assertThat(result.getChangePassword(), is(false));
154153
} finally {
155154
arangoDB.deleteUser(USER);
156155
}

0 commit comments

Comments
 (0)