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 05e8148

Browse filesBrowse files
committed
format code
1 parent 10cc79f commit 05e8148
Copy full SHA for 05e8148

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
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
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@ public void checkRunEvent() throws Exception {
335335
is("https://api.github.com/repos/Codertocat/Hello-World/check-runs/128620228"));
336336
assertThat(checkRun.getUrl().toString(),
337337
is("https://api.github.com/repos/Codertocat/Hello-World/check-runs/128620228"));
338-
assertThat(checkRun.getHtmlUrl().toString(),
339-
is("https://github.com/Codertocat/Hello-World/runs/128620228"));
338+
assertThat(checkRun.getHtmlUrl().toString(), is("https://github.com/Codertocat/Hello-World/runs/128620228"));
340339
assertThat(checkRun.getDetailsUrl().toString(), is("https://octocoders.io"));
341340
assertThat(checkRun.getApp().getId(), is(29310L));
342341

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.