Skip to content

Commit 6e3bdf5

Browse files
committed
fix test
1 parent 1a2f4f0 commit 6e3bdf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsc/tests/dsc_resource_list.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Describe 'Tests for listing resources' {
99
$resources.Count | Should -BeGreaterThan 0
1010
$resources.type | Should -Contain 'Microsoft.DSC/Assertion'
1111
$resources.type | Should -Contain 'Microsoft.DSC/Group'
12-
$resources.type | Should -Contain 'Microsoft.DSC/Parallel'
1312
$resources.type | Should -Contain 'Microsoft/OSInfo'
1413
($resources | Where-Object { $_.type -eq 'Microsoft.DSC/Group' }).Kind | Should -BeExactly 'Group'
1514
($resources | Where-Object { $_.type -eq 'Microsoft/OSInfo' }).Kind | Should -BeExactly 'Resource'

0 commit comments

Comments
 (0)