Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 8a1f116

Browse files
committed
Renamed to avoid colliding with LifecycleTest
1 parent f8fe1dd commit 8a1f116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/kohsuke/github/GHContentIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class GHContentIntegrationTest extends AbstractGitHubApiTestBase {
1717
@Override
1818
public void setUp() throws Exception {
1919
super.setUp();
20-
repo = gitHub.getRepository("github-api-test-org/github-api-test").fork();
20+
repo = gitHub.getRepository("github-api-test-org/GHContentIntegrationTest").fork();
2121
}
2222

2323
@Test

0 commit comments

Comments
 (0)