Skip to content

Commit 03923a5

Browse files
committed
fixup! Add CompareOptions
1 parent 5869fb0 commit 03923a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ public class MetaFixture
1212
{
1313
private static readonly Type[] excludedTypes = new[]
1414
{
15+
typeof(CompareOptions),
1516
typeof(Credentials),
17+
typeof(ExplicitPathsOptions),
1618
typeof(Filter),
1719
typeof(ObjectId),
1820
typeof(Repository),
1921
typeof(RepositoryOptions),
2022
typeof(Signature),
21-
typeof(ExplicitPathsOptions),
2223
};
2324

2425
// Related to https://github.com/libgit2/libgit2sharp/pull/251

0 commit comments

Comments
 (0)