Skip to content

Commit 4415ac8

Browse files
authored
Update src/test/java/org/kohsuke/github/GHEventPayloadTest.java
1 parent 8c81e48 commit 4415ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/kohsuke/github/GHEventPayloadTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ public void pull_request_edited_title() throws Exception {
240240
assertThat(event.getChanges().getBase(), nullValue());
241241
assertThat(event.getPullRequest().getBody(), startsWith("**JIRA Ticket URL:**"));
242242
assertThat(event.getChanges().getBody(), nullValue());
243-
assertThat(event.getChanges().getTitle(), nullValue());
244243
}
245244

246245
@Test

0 commit comments

Comments
 (0)