mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-03 15:50:52 +00:00
Fix tests
This commit is contained in:
@@ -245,7 +245,7 @@ public class AppTest extends AbstractGitHubWireMockTest {
|
||||
assertEquals(teamByName.getId(), teamById.getId());
|
||||
assertEquals(teamByName.getDescription(), teamById.getDescription());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testShouldFetchTeamFromOrganization() throws Exception {
|
||||
GHOrganization organization = gitHub.getOrganization(GITHUB_API_TEST_ORG);
|
||||
|
||||
Reference in New Issue
Block a user