Skip to content

Commit 236c283

Browse files
author
Andrew
committed
Updated tests for WinPS 3
1 parent 78fbba1 commit 236c283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Describe 'PowerShell adapter resource tests' {
1818
else
1919
{
2020
$cacheFilePath = Join-Path $env:LocalAppData "dscv3classcache.json"
21+
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
2122
}
22-
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
2323
}
2424
AfterAll {
2525
$env:PSModulePath = $OldPSModulePath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Describe 'PowerShell adapter resource tests' {
1616
else
1717
{
1818
$cacheFilePath = Join-Path $env:LocalAppData "dscv3classcache.json"
19+
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
1920
}
20-
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
2121
}
2222
AfterAll {
2323
$env:PSModulePath = $OldPSModulePath

0 commit comments

Comments
 (0)