Skip to content

Commit 4b6f2c6

Browse files
committed
Add specific explicit interfaces to not have to modify the test.
1 parent 95e0982 commit 4b6f2c6

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), typeof(IDiffResult<>),
20+
typeof(IBelongToARepository), typeof(IDiffResult<Patch>), typeof(IDiffResult<TreeChanges>), typeof(IDiffResult<PatchStats>),
2121
};
2222

2323
[Fact]

0 commit comments

Comments
 (0)