Rename organization to hub4j

Fixes #801
This commit is contained in:
Liam Newman
2020-05-08 14:41:13 -07:00
parent 01e399fb91
commit 6f9182f1f6
3287 changed files with 184830 additions and 184832 deletions

View File

@@ -75,6 +75,6 @@ public class GHMilestoneTest extends AbstractGitHubWireMockTest {
}
private GHRepository getRepository(GitHub gitHub) throws IOException {
return gitHub.getOrganization("github-api-test-org").getRepository("github-api");
return gitHub.getOrganization("hub4j-test-org").getRepository("github-api");
}
}