Skip to content

Commit

Permalink
Updated tests for WinPS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed May 10, 2024
1 parent 78fbba1 commit 236c283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powershell-adapter/Tests/powershellgroup.config.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Describe 'PowerShell adapter resource tests' {
else
{
$cacheFilePath = Join-Path $env:LocalAppData "dscv3classcache.json"
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
}
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
}
AfterAll {
$env:PSModulePath = $OldPSModulePath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Describe 'PowerShell adapter resource tests' {
else
{
$cacheFilePath = Join-Path $env:LocalAppData "dscv3classcache.json"
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
}
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dscv3classcache-v5.json"
}
AfterAll {
$env:PSModulePath = $OldPSModulePath
Expand Down

0 comments on commit 236c283

Please sign in to comment.