Skip to content

Commit aa1e441

Browse files
author
graemefoster
committed
Update MockRepository.cs
To fix compile issue
1 parent 980397d commit aa1e441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Mocks/MockRepository.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using LibGit2Sharp;
4-
using LibGit2Sharp.Handlers;
54

65
public class MockRepository : IRepository
76
{
@@ -132,4 +131,4 @@ public StashCollection Stashes
132131
{
133132
get { throw new NotImplementedException(); }
134133
}
135-
}
134+
}

0 commit comments

Comments
 (0)