Skip to content

Commit 491a143

Browse files
authored
Update expected inspection type
Change to MaintainabilityAndReadabilityIssues
1 parent 643ec5a commit 491a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/EmptyDoWhileBlockInspectionTests.cs

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

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

0 commit comments

Comments
 (0)