Skip to content

Commit 8371e66

Browse files
author
Vladimir Kotal
committed
in JUnit 5 the test methods do not have to be public
1 parent a36f802 commit 8371e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public void testDetermineBranchAfterChange() throws Exception {
207207
}
208208

209209
@Test
210-
public void testGetHistoryInBranch() throws Exception {
210+
void testGetHistoryInBranch() throws Exception {
211211
// Clone the test repository and create new branch there.
212212
// Clone under source root to avoid problems with prohibited symlinks.
213213
File root = new File(repository.getSourceRoot(), "git");

0 commit comments

Comments
 (0)