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 491a143 commit 38c2579Copy full SHA for 38c2579
RubberduckTests/Inspections/EmptyElseBlockInspectionTests.cs
@@ -15,7 +15,7 @@ public class EmptyElseBlockInspectionTests
15
public void InspectionType()
16
{
17
var inspection = new EmptyElseBlockInspection(null);
18
- var expectedInspection = CodeInspectionType.CodeQualityIssues;
+ var expectedInspection = CodeInspectionType.MaintainabilityAndReadabilityIssues;
19
20
Assert.AreEqual(expectedInspection, inspection.InspectionType);
21
}
@@ -234,4 +234,4 @@ End If
234
Assert.AreEqual(expectedCount, actualResults.Count());
235
236
237
-}
+}
0 commit comments