We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee2daf commit 8f5f866Copy full SHA for 8f5f866
1 file changed
test/DscResource/PSResourceGetDSCResource.Tests.ps1
@@ -35,7 +35,7 @@ function SetupDsc {
35
36
$env:PATH += "$pathSeparator$resourcePath"
37
38
- Import-Module -Path $resourcePath -Verbose -Force
+ Import-Module $resourcePath -Verbose -Force
39
}
40
41
function SetupTestRepos {
0 commit comments