Skip to content

Commit deb914f

Browse files
committed
fix test
1 parent e90ff0a commit deb914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_function_list.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Describe 'Tests for function list subcommand' {
1515
It 'Should filter with wildcard' {
1616
$out = dsc function list 'resource*' | ConvertFrom-Json
1717
$LASTEXITCODE | Should -Be 0
18-
$out.category | Should -BeExactly 'Deployment'
18+
$out.category | Should -BeExactly 'Resource'
1919
$out.name | Should -BeExactly 'resourceId'
2020
$out.minArgs | Should -Be 2
2121
$out.maxArgs | Should -Be 2

0 commit comments

Comments
 (0)