Skip to content

Commit 38c2579

Browse files
authored
Update expected inspection
Change to MaintainabilityAndReadabilityIssues
1 parent 491a143 commit 38c2579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RubberduckTests/Inspections/EmptyElseBlockInspectionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class EmptyElseBlockInspectionTests
1515
public void InspectionType()
1616
{
1717
var inspection = new EmptyElseBlockInspection(null);
18-
var expectedInspection = CodeInspectionType.CodeQualityIssues;
18+
var expectedInspection = CodeInspectionType.MaintainabilityAndReadabilityIssues;
1919

2020
Assert.AreEqual(expectedInspection, inspection.InspectionType);
2121
}
@@ -234,4 +234,4 @@ End If
234234
Assert.AreEqual(expectedCount, actualResults.Count());
235235
}
236236
}
237-
}
237+
}

0 commit comments

Comments
 (0)