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' {
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 {
You can’t perform that action at this time.
0 commit comments