Skip to content

Commit 37b1c42

Browse files
committed
Correct inspectionType
1 parent c380cd6 commit 37b1c42

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)