diff --git a/src/test/java/org/kohsuke/github/GHPullRequestTest.java b/src/test/java/org/kohsuke/github/GHPullRequestTest.java index e2311bda83..c1e94336f8 100644 --- a/src/test/java/org/kohsuke/github/GHPullRequestTest.java +++ b/src/test/java/org/kohsuke/github/GHPullRequestTest.java @@ -321,8 +321,8 @@ public void pullRequestReviewComments() throws Exception { try { assertThat(p.listReviewComments().toList(), is(empty())); - // Call the deprecated method to ensure continued support - p.createReviewComment("Sample review comment", p.getHead().getSha(), "README.md", 1); + // Call the deprecated method to ensure continued support + p.createReviewComment("Sample review comment", p.getHead().getSha(), "README.md", 1); p.createReviewComment() .commitId(p.getHead().getSha()) .body("A single line review comment")