File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,10 +304,10 @@ Describe 'PowerShell adapter resource tests' {
304
304
$resources = $r | ConvertFrom-Json
305
305
$resources.resources.count | Should - Be 2
306
306
$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'
308
308
$resources.resources [0 ].properties.TestCaseId | Should - Be 1
309
309
$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'
311
311
$resources.resources [1 ].properties.TestCaseId | Should - Be 2
312
312
}
313
313
finally {
You can’t perform that action at this time.
0 commit comments