We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8066979 commit 70f17ceCopy full SHA for 70f17ce
test/DscResource/PSResourceGetDSCResource.Tests.ps1
@@ -35,9 +35,10 @@ function SetupDsc {
35
36
$env:PATH += "$pathSeparator$resourcePath"
37
38
- $moduleToTest = Join-Path $resourcePath 'Microsoft.PowerShell.PSResource.psd1'
+ $moduleToTest = Join-Path $resourcePath 'Microsoft.PowerShell.PSResourceGet.psd1'
39
40
if (-not (Test-Path -Path $moduleToTest)) {
41
+ Get-ChildItem $resourcePath -Recurse| Write-Verbose -Verbose
42
throw "Module to test not found: $moduleToTest"
43
}
44
0 commit comments