Skip to content

Commit ac0bce4

Browse files
liamjpetersandyleejordan
authored andcommitted
Fix erroneous double-negative in test name
1 parent d9dd860 commit ac0bce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/UseConsistentWhitespace.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ bar -h i `
535535
Invoke-ScriptAnalyzer -ScriptDefinition "$def" -Settings $settings | Should -Be $null
536536
}
537537

538-
It "Should not find no violation if there is always 1 space between parameters except when using colon syntax" {
538+
It "Should not find a violation if there is always 1 space between parameters except when using colon syntax" {
539539
$def = 'foo -bar $baz @splattedVariable -bat -parameterName:$parameterValue'
540540
Invoke-ScriptAnalyzer -ScriptDefinition $def -Settings $settings | Should -Be $null
541541
}

0 commit comments

Comments
 (0)