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 d2bba01 commit 104f05fCopy full SHA for 104f05f
src/test/java/org/gitlab4j/api/TestUserApi.java
@@ -173,7 +173,6 @@ public void testGetOptionalUser() throws GitLabApiException {
173
optional = gitLabApi.getUserApi().getOptionalUser("this-username-does-not-exist");
174
assertNotNull(optional);
175
assertFalse(optional.isPresent());
176
- assertNull(GitLabApi.getOptionalException(optional));
177
}
178
179
@Test
0 commit comments