Skip to content

Commit 26a952a

Browse files
committed
Use Inconclusive
1 parent 93818f3 commit 26a952a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PropertyChangedAnalyzers.Test/ValidWithAllAnalyzers.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ public static void NotEmpty()
3737
Assert.Pass($"Count: {AllAnalyzers.Count}");
3838
}
3939

40-
// [TestCaseSource(nameof(AllAnalyzers))]
40+
[TestCaseSource(nameof(AllAnalyzers))]
4141
public static void AnalyzersProject(DiagnosticAnalyzer analyzer)
4242
{
43-
// Does not figure out source package
43+
Assert.Inconclusive("Does not figure out source package");
4444
RoslynAssert.Valid(analyzer, AnalyzersProjectSolution);
4545
}
4646

0 commit comments

Comments
 (0)