Skip to content

Commit 592bd44

Browse files
committed
Fix export test
1 parent 7b4f3df commit 592bd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/powershellgroup.config.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Describe 'PowerShell adapter resource tests' {
101101
$out = $yaml | dsc config export -f - 2>&1 | Out-String
102102
$LASTEXITCODE | Should -Be 2
103103
$out | Should -Not -BeNullOrEmpty
104-
$out | Should -BeLike "*ERROR*Export method not implemented by resource 'TestClassResource/NoExport'*"
104+
$out | Should -BeLike "*ERROR*'Export' method not implemented by resource 'NoExport'*"
105105
}
106106

107107
It 'Custom psmodulepath in config works' {

0 commit comments

Comments
 (0)