Skip to content

Commit 07ae095

Browse files
committed
Fix failing test
1 parent a1b4528 commit 07ae095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/GetScriptAnalyzerRule.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Describe "TestSeverity" {
122122

123123
It "filters rules based on multiple severity inputs"{
124124
$rules = Get-ScriptAnalyzerRule -Severity Error,Information
125-
$rules.Count | Should be 14
125+
$rules.Count | Should be 13
126126
}
127127

128128
It "takes lower case inputs" {

0 commit comments

Comments
 (0)