Skip to content

Commit 7047065

Browse files
committed
Fix test
1 parent 3419747 commit 7047065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/powershellgroup.resource.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Describe 'PowerShell adapter resource tests' {
2828
$LASTEXITCODE | Should -Be 0
2929
$resources = $r | ConvertFrom-Json
3030
($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')
31+
($resources | Where-Object -Property type -EQ 'TestClassResource/TestClassResource').capabilities | Should -BeIn @('get', 'set', 'test', 'export')
3232
}
3333

3434
It 'Get works on class-based resource' {

0 commit comments

Comments
 (0)