@@ -109,7 +109,7 @@ Describe 'tests for resource discovery' {
109
109
110
110
# perform List on an adapter - this should create adapter lookup table file
111
111
$oldPSModulePath = $env: PSModulePath
112
- $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../powershell-adapter /Tests"
112
+ $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../adapters/ powershell/Tests"
113
113
$env: DSC_RESOURCE_PATH = $null
114
114
$env: PSModulePath += [System.IO.Path ]::PathSeparator + $TestClassResourcePath
115
115
dsc resource list - a Microsoft.DSC/ PowerShell | Out-Null
@@ -126,7 +126,7 @@ Describe 'tests for resource discovery' {
126
126
127
127
# perform Get on an adapter - this should create adapter lookup table file
128
128
$oldPSModulePath = $env: PSModulePath
129
- $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../powershell-adapter /Tests"
129
+ $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../adapters/ powershell/Tests"
130
130
$env: DSC_RESOURCE_PATH = $null
131
131
$env: PSModulePath += [System.IO.Path ]::PathSeparator + $TestClassResourcePath
132
132
" {'Name':'TestClassResource1'}" | dsc resource get - r ' TestClassResource/TestClassResource' -f - | Out-Null
@@ -139,7 +139,7 @@ Describe 'tests for resource discovery' {
139
139
It ' Verify adapter lookup table is used on repeat invocations' {
140
140
141
141
$oldPSModulePath = $env: PSModulePath
142
- $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../powershell-adapter /Tests"
142
+ $TestClassResourcePath = Resolve-Path " $PSScriptRoot /../../adapters/ powershell/Tests"
143
143
$env: DSC_RESOURCE_PATH = $null
144
144
$env: PSModulePath += [System.IO.Path ]::PathSeparator + $TestClassResourcePath
145
145
0 commit comments