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 @@ -295,7 +295,7 @@ Describe "UseUsingScopeModifierInNewRunspaces" {
295
295
# ScriptBlock with variables in params(), issue #1504: https://github.com/PowerShell/PSScriptAnalyzer/issues/1504
296
296
# # Microsoft.PowerShell.Core \ Start-Job
297
297
@ {
298
- Description = ' Does not warn when variable is defined inside params () - Start-Job'
298
+ Description = ' Does not warn when variable is defined inside param () - Start-Job'
299
299
ScriptBlock = ' {
300
300
Start-Job -ScriptBlock {
301
301
Param($Foo)
@@ -305,7 +305,7 @@ Describe "UseUsingScopeModifierInNewRunspaces" {
305
305
}
306
306
# # Microsoft.PowerShell.ThreadJob \ Start-ThreadJob
307
307
@ {
308
- Description = ' Does not warn when variable is defined inside params () - Start-Job'
308
+ Description = ' Does not warn when variable is defined inside param () - Start-Job'
309
309
ScriptBlock = ' {
310
310
Start-ThreadJob -ScriptBlock {
311
311
Param($Foo)
You can’t perform that action at this time.
0 commit comments