Skip to content

Commit 98ba415

Browse files
committed
Adds javadoc to unit-test
1 parent 5d3bae7 commit 98ba415

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,12 @@ public void getCheckRuns() throws Exception {
13441344
}
13451345
}
13461346

1347+
/**
1348+
* Filter out the checks from a reference
1349+
*
1350+
* @throws Exception
1351+
* the exception
1352+
*/
13471353
@Test
13481354
public void getCheckRunsWithParams() throws Exception {
13491355
final int expectedCount = 1;

0 commit comments

Comments
 (0)