Skip to content

Commit 00d51ab

Browse files
committed
Fix test
1 parent 4d7c24e commit 00d51ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ where t.GetTypeInfo().IsPublic && !t.IsNested
7171
from m in methods
7272
where !m.GetCustomAttributes(typeof(FactAttribute), false)
7373
.Concat(m.GetCustomAttributes(typeof(TheoryAttribute), false))
74+
.Concat(m.GetCustomAttributes(typeof(ConditionalFactAttribute), false))
7475
.Any()
7576
let name = t.FullName + "." + m.Name
7677
where !exceptions.Contains(name)

0 commit comments

Comments
 (0)