We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32200bd commit 2c2ba99Copy full SHA for 2c2ba99
src/test/java/com/arangodb/ArangoDBTest.java
@@ -150,7 +150,6 @@ public void createUser() {
150
final UserEntity result = arangoDB.createUser(USER, PW, null);
151
assertThat(result, is(notNullValue()));
152
assertThat(result.getUser(), is(USER));
153
- assertThat(result.getChangePassword(), is(false));
154
} finally {
155
arangoDB.deleteUser(USER);
156
}
0 commit comments