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 edf9338 commit 6bff9fcCopy full SHA for 6bff9fc
tests/Invoke-DbaDiagnosticQuery.Tests.ps1
@@ -56,7 +56,7 @@ Describe "$CommandName Integration Tests" -Tags "IntegrationTests" {
56
@($results).Count | Should be 2
57
}
58
It "Correctly excludes queries when only ExcludeQuery parameter is used" {
59
- $results = Invoke-DbaDiagnosticQuery -SqlInstance $script:instance2 -ExcludeQuery "Missing Index Warnings", "Buffer Usage" -whatif
+ $results = Invoke-DbaDiagnosticQuery -SqlInstance $script:instance2 -ExcludeQuery "Missing Index Warnings", "Buffer Usage" -whatif
60
@($results).Count | Should -BeGreaterThan 0
61
@($results | Where-Object Name -eq "Missing Index Warnings").Count | Should be 0
62
@($results | Where-Object Name -eq "Buffer Usage").Count | Should be 0
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments