Skip to content

Commit bf30234

Browse files
committed
Updated Pester test that I forgot in last commit
1 parent 02dad54 commit bf30234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/AvoidUsingPlainTextForPassword.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $noViolations = Invoke-ScriptAnalyzer $directory\AvoidUsingPlainTextForPasswordN
99
Describe "AvoidUsingPlainTextForPassword" {
1010
Context "When there are violations" {
1111
It "has 3 avoid using plain text for password violations" {
12-
$violations.Count | Should Be 5
12+
$violations.Count | Should Be 4
1313
}
1414

1515
It "has the correct violation message" {

0 commit comments

Comments
 (0)