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 87f5231

Browse filesBrowse files
committed
updated a test
1 parent b17f506 commit 87f5231
Copy full SHA for 87f5231

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎src/test/java/org/kohsuke/AppTest.java

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/AppTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ public void testCredentialValid() throws IOException {
5252
}
5353

5454
public void testIssueWithNoComment() throws IOException {
55-
GHRepository repository = GitHub.connect().getRepository("kohsuke/github-api");
56-
List<GHIssueComment> v = repository.getIssue(13).getComments();
55+
GHRepository repository = GitHub.connect().getRepository("kohsuke/test");
56+
List<GHIssueComment> v = repository.getIssue(4).getComments();
5757
System.out.println(v);
5858
assertTrue(v.isEmpty());
5959

60-
v = repository.getIssue(5).getComments();
60+
v = repository.getIssue(3).getComments();
6161
System.out.println(v);
6262
assertTrue(v.size()==3);
6363
}

0 commit comments

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