Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
104f05f9
Commit
104f05f9
authored
Apr 25, 2019
by
Greg Messner
Browse files
Fixed testGetOptionalUser().
parent
d2bba011
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestUserApi.java
View file @
104f05f9
...
...
@@ -173,7 +173,6 @@ public class TestUserApi extends AbstractIntegrationTest {
optional
=
gitLabApi
.
getUserApi
().
getOptionalUser
(
"this-username-does-not-exist"
);
assertNotNull
(
optional
);
assertFalse
(
optional
.
isPresent
());
assertNull
(
GitLabApi
.
getOptionalException
(
optional
));
}
@Test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment