Skip to content

Commit 9e32bc4

Browse files
SteveL-MSFTSteve Lee (POWERSHELL HE/HIM) (from Dev Box)
authored andcommitted
Update resources/PSScript/psscript.tests.ps1
1 parent b84c52e commit 9e32bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/PSScript/psscript.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Describe 'Tests for PSScript resource' {
280280
$result.actualState.output[0] | Should -BeExactly "Input: This is a string"
281281
}
282282

283-
It 'Input without param block is an error for <resourecType>' -TestCases $testCases {
283+
It 'Input without param block is an error for <resourceType>' -TestCases $testCases {
284284
param($resourceType)
285285

286286
$yaml = @'

0 commit comments

Comments
 (0)