Fix typo in test method name

Change-Id: I34718829435daf8ded4ce596c824dd3cfbafbaf6
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2021-04-02 20:33:42 +02:00
parent 04f1edc44e
commit fd03e40256
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public void testRevertConflictResolution() throws Exception {
}
@Test
public void testRevertkConflictReset() throws Exception {
public void testRevertConflictReset() throws Exception {
try (Git git = new Git(db)) {
RevCommit sideCommit = prepareRevert(git);