Skip to content

Commit eabdb98

Browse files
committed
Add the name of the new expected package.
1 parent 7a3c6b8 commit eabdb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_resource_list.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Describe 'Tests for listing resources' {
1717
}
1818

1919
It 'dsc resource list --tags "<tags>" and --description "<description> work' -TestCases @(
20-
@{ tags = 'linux'; description = $null; expectedCount = 2; expectedType = 'Microsoft/OSInfo' }
20+
@{ tags = 'linux'; description = $null; expectedCount = 2; expectedType = @('DSC.PackageManagement/Apt', 'Microsoft/OSInfo') }
2121
@{ tags = $null; description = 'operating system'; expectedCount = 1; expectedType = 'Microsoft/OSInfo' }
2222
@{ tags = 'linux'; description = 'operating system'; expectedCount = 1; expectedType = 'Microsoft/OSInfo' }
2323
@{ tags = 'notfound'; description = 'operating system'; expectedCount = 0; expectedType = $null }

0 commit comments

Comments
 (0)