Skip to content

Commit 794d3bc

Browse files
authored
Update expected inspection
Change to MaintainabilityAndReadabilityIssues
1 parent bc19298 commit 794d3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/EmptyWhileWendBlockInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class EmptyWhileWendBlockInspectionTests
1515
public void EmptyWhileWendBlock_InspectionType()
1616
{
1717
var inspection = new EmptyWhileWendBlockInspection(null);
18-
var expectedInspection = CodeInspectionType.CodeQualityIssues;
18+
var expectedInspection = CodeInspectionType.MaintainabilityAndReadabilityIssues;
1919

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

0 commit comments

Comments
 (0)