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 a7bbed4

Browse filesBrowse files
authored
Merge branch 'main' into dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.8
2 parents 1e91185 + 4cbe4df commit a7bbed4
Copy full SHA for a7bbed4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHPullRequestTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public void pullRequestReviewComments() throws Exception {
132132
assertThat(comment.getPath(), equalTo("README.md"));
133133
assertThat(comment.getPosition(), equalTo(1));
134134
assertThat(comment.getDiffHunk(), equalTo("@@ -1,3 +1,4 @@\n-Java API for GitHub"));
135-
assertThat(comment.getCommitId(), equalTo("1f40fdf4acf1adb246c109c21a22f617e4bd1ca8"));
136-
assertThat(comment.getOriginalCommitId(), equalTo("1f40fdf4acf1adb246c109c21a22f617e4bd1ca8"));
135+
assertThat(comment.getCommitId(), equalTo("07374fe73aff1c2024a8d4114b32406c7a8e89b7"));
136+
assertThat(comment.getOriginalCommitId(), equalTo("07374fe73aff1c2024a8d4114b32406c7a8e89b7"));
137137
assertThat(comment.getAuthorAssociation(), equalTo(GHCommentAuthorAssociation.MEMBER));
138138
assertThat(comment.getUser(), notNullValue());
139139
// Assert htmlUrl is not null

0 commit comments

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