Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Dec 3, 2024
1 parent add224d commit e938212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/tests/dsc_export.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Describe 'resource export tests' {
properties:
pid: 0
'@
$out = dsc config export -i $yaml | dsc config set
$out = dsc config export -i $yaml | dsc config set -f -
$LASTEXITCODE | Should -Be 0
$set_results = $out | ConvertFrom-Json
$set_results.results.count | Should -BeGreaterThan 1
Expand Down

0 comments on commit e938212

Please sign in to comment.