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 eb9be57 commit 238b3beCopy full SHA for 238b3be
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -30,7 +30,7 @@ Describe 'PowerShell adapter resource tests' {
30
$r = (Get-Content -Raw $winpsConfigPath).Replace('c:\test.txt',"$testFile") | dsc config get
31
$LASTEXITCODE | Should -Be 0
32
$res = $r | ConvertFrom-Json
33
- $res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be '$testFile'
+ $res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be "$testFile"
34
}
35
36
<#
0 commit comments