Skip to content

Commit d01d0b2

Browse files
committed
update test
1 parent 4dabdb9 commit d01d0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_config_test.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ Describe 'dsc config test tests' {
8383
$null = dsc config test -i $configYaml 2> "$TestDrive/trace.log"
8484
$LASTEXITCODE | Should -Be 2
8585
$log = Get-Content "$TestDrive/trace.log" -Raw
86-
$log | Should -Match ".*Resource named 'MyTest' is specified more than once.*" -Because ($log | Out-String)
86+
$log | Should -Match ".*Resource named 'MyTest' for type 'Microsoft.DSC.Debug/Echo' is specified more than once.*" -Because ($log | Out-String)
8787
}
8888
}

0 commit comments

Comments
 (0)