We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e60873 commit 0b61819Copy full SHA for 0b61819
1 file changed
LibGit2Sharp.Tests/MetaFixture.cs
@@ -18,6 +18,7 @@ public class MetaFixture
18
private static readonly HashSet<Type> explicitOnlyInterfaces = new HashSet<Type>
19
{
20
typeof(IBelongToARepository), typeof(IDiffResult),
21
+ typeof(IAnnotatedCommit),
22
};
23
24
[Fact]
0 commit comments