Skip to content

Commit

Permalink
Update src/test/java/org/kohsuke/github/GHRepositoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Aug 17, 2023
1 parent 4d02a3c commit 321b6ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/java/org/kohsuke/github/GHRepositoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,12 @@ public void cannotRetrievePermissionMaintainUser() throws IOException {
assertThat(permission.toString(), is("UNKNOWN"));
}

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

0 comments on commit 321b6ea

Please sign in to comment.