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 3419747 commit 7047065Copy full SHA for 7047065
powershell-adapter/Tests/powershellgroup.resource.tests.ps1
@@ -28,7 +28,7 @@ Describe 'PowerShell adapter resource tests' {
28
$LASTEXITCODE | Should -Be 0
29
$resources = $r | ConvertFrom-Json
30
($resources | ? { $_.Type -eq 'TestClassResource/TestClassResource' }).Count | Should -Be 1
31
- ($resources | Where-Object -Property type -EQ 'PSClassResource/PSClassResource').capabilities | Should -BeIn @('get', 'set', 'test', 'export')
+ ($resources | Where-Object -Property type -EQ 'TestClassResource/TestClassResource').capabilities | Should -BeIn @('get', 'set', 'test', 'export')
32
}
33
34
It 'Get works on class-based resource' {
0 commit comments