Skip to content

Commit 95e0982

Browse files
committed
Add explicit interface on IDiffResult
1 parent 16e2dcc commit 95e0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class MetaFixture
1717
{
1818
private static readonly HashSet<Type> explicitOnlyInterfaces = new HashSet<Type>
1919
{
20-
typeof(IBelongToARepository),
20+
typeof(IBelongToARepository), typeof(IDiffResult<>),
2121
};
2222

2323
[Fact]

0 commit comments

Comments
 (0)