We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad0329 commit 8c81e48Copy full SHA for 8c81e48
src/test/java/org/kohsuke/github/GHEventPayloadTest.java
@@ -240,7 +240,7 @@ public void pull_request_edited_title() throws Exception {
240
assertThat(event.getChanges().getBase(), nullValue());
241
assertThat(event.getPullRequest().getBody(), startsWith("**JIRA Ticket URL:**"));
242
assertThat(event.getChanges().getBody(), nullValue());
243
- assertThat(event.getChanges(). getChanges(), nullValue());
+ assertThat(event.getChanges().getTitle(), nullValue());
244
}
245
246
@Test
0 commit comments