Fix tests

This commit is contained in:
Karol Lassak
2020-03-17 22:36:54 +01:00
parent fca425d25e
commit 78b9ff49d4
11 changed files with 463 additions and 1 deletions

View File

@@ -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);