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 7b4f3df commit 592bd44Copy full SHA for 592bd44
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -101,7 +101,7 @@ Describe 'PowerShell adapter resource tests' {
101
$out = $yaml | dsc config export -f - 2>&1 | Out-String
102
$LASTEXITCODE | Should -Be 2
103
$out | Should -Not -BeNullOrEmpty
104
- $out | Should -BeLike "*ERROR*Export method not implemented by resource 'TestClassResource/NoExport'*"
+ $out | Should -BeLike "*ERROR*'Export' method not implemented by resource 'NoExport'*"
105
}
106
107
It 'Custom psmodulepath in config works' {
0 commit comments