We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e35459 commit 643ec5aCopy full SHA for 643ec5a
RubberduckTests/Inspections/EmptyCaseBlockInspectionTests.cs
@@ -15,7 +15,7 @@ public class EmptyCaseBlockInspectionTests
15
public void EmptyCaseBlock_InspectionType()
16
{
17
var inspection = new EmptyCaseBlockInspection(null);
18
- var expectedInspection = CodeInspectionType.CodeQualityIssues;
+ var expectedInspection = CodeInspectionType.MaintainabilityAndReadabilityIssues;
19
20
Assert.AreEqual(expectedInspection, inspection.InspectionType);
21
}
0 commit comments