Skip to content

Commit 6193910

Browse files
authored
Update src/test/java/org/kohsuke/github/GHRepositoryTest.java
1 parent eddc35f commit 6193910

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/test/java/org/kohsuke/github/GHRepositoryTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,10 @@ public void getLastCommitStatus() throws Exception {
869869

870870
@Test
871871
public void getCommitsBetween() throws Exception {
872-
GHCompare compare = getRepository().getCompare("e46a9f3f2ac55db96de3c5c4706f2813b3a96465", "8051615eff597f4e49f4f47625e6fc2b49f26bfc", 10, 1);
872+
GHCompare compare = getRepository().getCompare("e46a9f3f2ac55db96de3c5c4706f2813b3a96465",
873+
"8051615eff597f4e49f4f47625e6fc2b49f26bfc",
874+
10,
875+
1);
873876
assertThat(compare.getTotalCommits(), is(9));
874877

875878
}

0 commit comments

Comments
 (0)