Skip to content

Commit a79cbe4

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix test
1 parent 6d15ed7 commit a79cbe4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dsc/tests/dsc_extension_discover.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Describe 'Discover extension tests' {
109109
$out.type | Should -Be 'Test/DiscoverRelative'
110110
$out = dsc resource list 2> $TestDrive/error.log
111111
$LASTEXITCODE | Should -Be 0
112-
$out | Should -BeNullOrEmpty
113112
$errorMessage = Get-Content -Path "$TestDrive/error.log" -Raw
114113
$errorMessage | Should -BeLike '*is not an absolute path*'
115114
} finally {

0 commit comments

Comments
 (0)