Skip to content

Commit 0679e82

Browse files
authored
Update expected inspection
Change to MaintainabilityAndReadabilityIssues
1 parent 38c2579 commit 0679e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/EmptyForEachBlockInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class EmptyForEachInspectionTests
1616
public void EmptyForEachBlock_InspectionType()
1717
{
1818
var inspection = new EmptyForEachBlockInspection(null);
19-
var expectedInspection = CodeInspectionType.CodeQualityIssues;
19+
var expectedInspection = CodeInspectionType.MaintainabilityAndReadabilityIssues;
2020

2121
Assert.AreEqual(expectedInspection, inspection.InspectionType);
2222
}

0 commit comments

Comments
 (0)