diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-04-02 20:33:42 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-04-09 11:31:56 +0200 |
commit | fd03e4025673f4f57d8ccb57412c241bc94498f8 (patch) | |
tree | e87116307592b1f37e75d9e4df9ba143235446b8 | |
parent | 04f1edc44e40bed1c9ee77e41cb1eeaa5b923bdb (diff) | |
download | jgit-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.java | 2 |
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); |