Commit 104f05f9 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed testGetOptionalUser().

parent d2bba011
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment