We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90ff0a commit deb914fCopy full SHA for deb914f
dsc/tests/dsc_function_list.tests.ps1
@@ -15,7 +15,7 @@ Describe 'Tests for function list subcommand' {
15
It 'Should filter with wildcard' {
16
$out = dsc function list 'resource*' | ConvertFrom-Json
17
$LASTEXITCODE | Should -Be 0
18
- $out.category | Should -BeExactly 'Deployment'
+ $out.category | Should -BeExactly 'Resource'
19
$out.name | Should -BeExactly 'resourceId'
20
$out.minArgs | Should -Be 2
21
$out.maxArgs | Should -Be 2
0 commit comments