Skip to content

Commit 8c81e48

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ 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(). getChanges(), nullValue());
243+
assertThat(event.getChanges().getTitle(), nullValue());
244244
}
245245

246246
@Test

0 commit comments

Comments
 (0)