Skip to content

Commit 4a6db52

Browse files
authored
Merge pull request #3696 from IvenBach/EmptyIfBlockInspectionType
Correct inspectionType
2 parents 8db482d + 37b1c42 commit 4a6db52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/EmptyIfBlockInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ End If
322322
public void InspectionType()
323323
{
324324
var inspection = new EmptyIfBlockInspection(null);
325-
Assert.AreEqual(CodeInspectionType.CodeQualityIssues, inspection.InspectionType);
325+
Assert.AreEqual(CodeInspectionType.MaintainabilityAndReadabilityIssues, inspection.InspectionType);
326326
}
327327

328328
[Test]

0 commit comments

Comments
 (0)