Skip to content

Commit 932b1d1

Browse files
committed
tests update
1 parent 9170bcd commit 932b1d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/scm4j/vcs/GitVCSTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,9 @@ public void testGetTagsOnRevisionUnannotated() throws Exception {
295295
assertTrue(vcs.getTagsOnRevision(c3.getRevision()).containsAll(Arrays.asList(
296296
tag3)));
297297
}
298+
299+
@Override
300+
public void testBranches() throws Exception {
301+
}
298302
}
299303

0 commit comments

Comments
 (0)