mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 00:11:24 +00:00
Add twitter_username to Person and bio and hireable to User
This commit is contained in:
@@ -102,4 +102,11 @@ public class GHUserTest extends AbstractGitHubWireMockTest {
|
||||
repository.delete();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void verifyBioAndHireable() throws IOException {
|
||||
GHUser u = gitHub.getUser("GitHub");
|
||||
assertNotNull(u.getBio());
|
||||
assertNotNull(u.isHireable());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user