We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3bae7 commit 98ba415Copy full SHA for 98ba415
1 file changed
src/test/java/org/kohsuke/github/GHRepositoryTest.java
@@ -1344,6 +1344,12 @@ public void getCheckRuns() throws Exception {
1344
}
1345
1346
1347
+ /**
1348
+ * Filter out the checks from a reference
1349
+ *
1350
+ * @throws Exception
1351
+ * the exception
1352
+ */
1353
@Test
1354
public void getCheckRunsWithParams() throws Exception {
1355
final int expectedCount = 1;
0 commit comments