Skip to content

Commit e78b945

Browse files
SteveL-MSFTtgauth
andauthored
Update dsc/tests/dsc_discovery.tests.ps1
Co-authored-by: Tess Gauthier <tgauth@bu.edu>
1 parent 0d4b6ad commit e78b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_discovery.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Describe 'tests for resource discovery' {
168168

169169
$out = dsc resource get -r abc/def 2>$null
170170
$LASTEXITCODE | Should -Be 7
171-
$out = dsc resource get --all -r abc/def >$null
171+
$out = dsc resource get --all -r abc/def 2>$null
172172
$LASTEXITCODE | Should -Be 7
173173
$out = 'abc' | dsc resource set -r abc/def -f - 2>$null
174174
$LASTEXITCODE | Should -Be 7

0 commit comments

Comments
 (0)