Skip to content

Commit 238b3be

Browse files
committed
wrong quotes
1 parent eb9be57 commit 238b3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Describe 'PowerShell adapter resource tests' {
3030
$r = (Get-Content -Raw $winpsConfigPath).Replace('c:\test.txt',"$testFile") | dsc config get
3131
$LASTEXITCODE | Should -Be 0
3232
$res = $r | ConvertFrom-Json
33-
$res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be '$testFile'
33+
$res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be "$testFile"
3434
}
3535

3636
<#

0 commit comments

Comments
 (0)