Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4415ac8

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHEventPayloadTest.java
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.