Skip to content

Commit ab883a1

Browse files
committed
Removed merge issue
1 parent 7e0d7a9 commit ab883a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/GitVersionCore.Tests/Mocks/MockRepository.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,6 @@ public void Reset(ResetMode resetMode, Commit commit, CheckoutOptions options)
9797
throw new NotImplementedException();
9898
}
9999

100-
public void Reset(ResetMode resetMode, Commit commit, CheckoutOptions options)
101-
{
102-
throw new NotImplementedException();
103-
}
104-
105-
106-
public Dictionary<string, GitObject> LookupResults { get; set; }
107-
108100
public Commit Commit(string message, Signature author, Signature committer, bool amendPreviousCommit = false)
109101
{
110102
throw new NotImplementedException();

0 commit comments

Comments
 (0)