Skip to content

Commit

Permalink
Update src/test/java/org/kohsuke/github/AppTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Aug 17, 2023
1 parent 321b6ea commit 8b59aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/java/org/kohsuke/github/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,12 @@ public void testIssueSearch() throws IOException {
}
}

/**
* Test searching for pull requests.
*
* @throws IOException
* the exception
*/
@Test
public void testPullRequestSearch() throws Exception {
GHRepository repository = getTestRepository();
Expand Down

0 comments on commit 8b59aa4

Please sign in to comment.