Skip to content

Commit 2aa0086

Browse files
author
Kapil Borle
committed
minor change to a avoidnulloremptyhelpmessage test case.
1 parent e8bfe71 commit 2aa0086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/AvoidNullOrEmptyHelpMessageAttribute.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $noViolations = Invoke-ScriptAnalyzer "$directory\AvoidNullOrEmptyHelpMessageAtt
77

88
Describe "AvoidNullOrEmptyHelpMessageAttribute" {
99
Context "When there are violations" {
10-
It "has 1 provide default value for mandatory parameter violation" {
10+
It "detects the violations" {
1111
$violations.Count | Should Be 4
1212
}
1313

0 commit comments

Comments
 (0)