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 8c81e48 commit 4415ac8Copy full SHA for 4415ac8
src/test/java/org/kohsuke/github/GHEventPayloadTest.java
@@ -240,7 +240,6 @@ 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().getTitle(), nullValue());
244
}
245
246
@Test
0 commit comments