Browse Source

Fix typo in test method name

Change-Id: I34718829435daf8ded4ce596c824dd3cfbafbaf6
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
tags/v5.12.0.202105051250-m2
Thomas Wolf 3 years ago
parent
commit
fd03e40256

+ 1
- 1
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java View File

@@ -253,7 +253,7 @@ public class RevertCommandTest extends RepositoryTestCase {
}

@Test
public void testRevertkConflictReset() throws Exception {
public void testRevertConflictReset() throws Exception {
try (Git git = new Git(db)) {
RevCommit sideCommit = prepareRevert(git);


Loading…
Cancel
Save