aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2021-04-02 20:33:42 +0200
committerThomas Wolf <thomas.wolf@paranor.ch>2021-04-09 11:31:56 +0200
commitfd03e4025673f4f57d8ccb57412c241bc94498f8 (patch)
treee87116307592b1f37e75d9e4df9ba143235446b8
parent04f1edc44e40bed1c9ee77e41cb1eeaa5b923bdb (diff)
downloadjgit-fd03e4025673f4f57d8ccb57412c241bc94498f8.tar.gz
jgit-fd03e4025673f4f57d8ccb57412c241bc94498f8.zip
Fix typo in test method name
Change-Id: I34718829435daf8ded4ce596c824dd3cfbafbaf6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java
index 57c8991f3a..cfa8486ac5 100644
--- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java
+++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java
@@ -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);