We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bfe71 commit 2aa0086Copy full SHA for 2aa0086
Tests/Rules/AvoidNullOrEmptyHelpMessageAttribute.tests.ps1
@@ -7,7 +7,7 @@ $noViolations = Invoke-ScriptAnalyzer "$directory\AvoidNullOrEmptyHelpMessageAtt
7
8
Describe "AvoidNullOrEmptyHelpMessageAttribute" {
9
Context "When there are violations" {
10
- It "has 1 provide default value for mandatory parameter violation" {
+ It "detects the violations" {
11
$violations.Count | Should Be 4
12
}
13
0 commit comments