Skip to content

Commit 6b98021

Browse files
committed
rename test case
1 parent f6e2656 commit 6b98021

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class GHAppExtendedTest extends AbstractGitHubWireMockTest {
2323
* An IOException has occurred.
2424
*/
2525
@Test
26-
public void testGetAppBySlugTest() throws IOException {
26+
public void getAppBySlugTest() throws IOException {
2727
GHApp app = gitHub.getApp(APP_SLUG);
2828

2929
assertThat(app.getId(), is((long) 330762));
@@ -34,4 +34,6 @@ public void testGetAppBySlugTest() throws IOException {
3434
assertThat(app.getDescription(), equalTo("An app to test the GitHub getApp(slug) method."));
3535
}
3636

37+
38+
3739
}

0 commit comments

Comments
 (0)