Skip to content

Commit 73154fc

Browse files
committed
fix test
1 parent b530cf6 commit 73154fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ Describe 'PowerShell adapter resource tests' {
304304
$resources = $r | ConvertFrom-Json
305305
$resources.resources.count | Should -Be 2
306306
$resources.resources[0].type | Should -BeExactly 'Test/TestCase'
307-
$resources.resources[0].name | Should -BeExactly 'Test/TestCase-0'
307+
$resources.resources[0].name | Should -BeExactly 'TestCase-0'
308308
$resources.resources[0].properties.TestCaseId | Should -Be 1
309309
$resources.resources[1].type | Should -BeExactly 'Test/TestCase'
310-
$resources.resources[1].name | Should -BeExactly 'Test/TestCase-1'
310+
$resources.resources[1].name | Should -BeExactly 'TestCase-1'
311311
$resources.resources[1].properties.TestCaseId | Should -Be 2
312312
}
313313
finally {

0 commit comments

Comments
 (0)