Skip to content

Commit 7abf659

Browse files
committed
fix variable use
1 parent d884188 commit 7abf659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/win_powershellgroup.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ resources:
125125
$out = dsc config test -i $yaml
126126
$res = $out | ConvertFrom-Json
127127
$LASTEXITCODE | Should -Be 0
128-
$out.results[0].result.inDesiredState | Should -Be $inDesiredState -Because ($out | Out-String)
128+
$res.results[0].result.inDesiredState | Should -Be $inDesiredState -Because ($out | Out-String)
129129
}
130130
}

0 commit comments

Comments
 (0)