Skip to content

Commit 6bc208d

Browse files
author
Alexandra Dorey
committed
Merge branch 'FixUsing' of https://github.com/AlexandraDorey/PSScriptAnalyzer into FixUsing
2 parents 0fe9d12 + 5fd25d4 commit 6bc208d

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
@@ -222,7 +222,7 @@ $ht = @{
222222
other = 4
223223
}
224224
'@
225-
Invoke-ScriptAnalyzer -ScriptDefinition $def -Settings $settings | Should -Be $null
225+
Invoke-ScriptAnalyzer -ScriptDefinition $def -Settings $settings | Should -BeNullOrEmpty
226226
}
227227

228228
It "Should not find violation if assignment operator is in multi-line hash table" {

0 commit comments

Comments
 (0)