Skip to content

Commit

Permalink
Add specific explicit interfaces to not have to modify the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Therzok committed Aug 23, 2015
1 parent 95e0982 commit 4b6f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibGit2Sharp.Tests/MetaFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class MetaFixture
{
private static readonly HashSet<Type> explicitOnlyInterfaces = new HashSet<Type>
{
typeof(IBelongToARepository), typeof(IDiffResult<>),
typeof(IBelongToARepository), typeof(IDiffResult<Patch>), typeof(IDiffResult<TreeChanges>), typeof(IDiffResult<PatchStats>),
};

[Fact]
Expand Down

0 comments on commit 4b6f2c6

Please sign in to comment.