Skip to content

Commit 1c1799e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ public void getCommitsBetween() throws Exception {
872872
GHCompare compare = getRepository().getCompare("e46a9f3f2ac55db96de3c5c4706f2813b3a96465",
873873
"8051615eff597f4e49f4f47625e6fc2b49f26bfc",
874874
10,
875-
1);
875+
1);
876876
assertThat(compare.getTotalCommits(), is(9));
877877

878878
}

0 commit comments

Comments
 (0)