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 38b4764 commit a9102acCopy full SHA for a9102ac
Tests/Engine/ModuleDependencyHandler.tests.ps1
@@ -43,7 +43,7 @@ Describe "Resolve DSC Resource Dependency" {
43
$expectedPath = [System.IO.Path]::GetTempPath()
44
$depHandler.TempPath | Should Be $expectedPath
45
46
- $expectedLocalAppDataPath = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::LocalApplicationData)
+ $expectedLocalAppDataPath = $env:LOCALAPPDATA
47
$depHandler.LocalAppDataPath | Should Be $expectedLocalAppDataPath
48
49
$expectedModuleRepository = "PSGallery"
0 commit comments