Skip to content

Commit 4e99f6d

Browse files
committed
Add IAnnotatedCommit to the interface whitelist
1 parent a59b5cb commit 4e99f6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class MetaFixture
1818
private static readonly HashSet<Type> explicitOnlyInterfaces = new HashSet<Type>
1919
{
2020
typeof(IBelongToARepository), typeof(IDiffResult),
21+
typeof(IAnnotatedCommit),
2122
};
2223

2324
[Fact]

0 commit comments

Comments
 (0)