We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84c52e commit 9e32bc4Copy full SHA for 9e32bc4
resources/PSScript/psscript.tests.ps1
@@ -280,7 +280,7 @@ Describe 'Tests for PSScript resource' {
280
$result.actualState.output[0] | Should -BeExactly "Input: This is a string"
281
}
282
283
- It 'Input without param block is an error for <resourecType>' -TestCases $testCases {
+ It 'Input without param block is an error for <resourceType>' -TestCases $testCases {
284
param($resourceType)
285
286
$yaml = @'
0 commit comments