Skip to content

Commit 9293de0

Browse files
committed
Remove debug messages
1 parent 17331c9 commit 9293de0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

powershell-adapter/Tests/powershellgroup.config.tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ Describe 'PowerShell adapter resource tests' {
287287
"@
288288

289289
$out = dsc config get -i $yaml | ConvertFrom-Json
290-
Write-Verbose -Message ($out | ConvertTo-Json -Depth 10 | Out-String) -Verbose
291290
$LASTEXITCODE | Should -Be 0
292291
$out.results.result.actualState.Ensure | Should -Be 'Present'
293292
}
@@ -305,7 +304,6 @@ Describe 'PowerShell adapter resource tests' {
305304
"@
306305

307306
$out = dsc config export -i $yaml | ConvertFrom-Json
308-
Write-Verbose -Message ($out | ConvertTo-Json -Depth 10 | Out-String) -Verbose
309307
$LASTEXITCODE | Should -Be 0
310308
$out.resources[0].properties.result.count | Should -Be 5
311309
$out.resources[0].properties.result[0].Name | Should -Be "Object1"

0 commit comments

Comments
 (0)