Skip to content

Commit 30a61f9

Browse files
author
Kapil Borle
committed
Fix tests in InvokeScriptAnalyzer.tests.ps1 for Linux
1 parent 340cbf1 commit 30a61f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Describe "Test CustomizedRulePath" {
356356
}
357357

358358
It "When supplied with a collection of paths" {
359-
$customizedRulePath = Invoke-ScriptAnalyzer $directory\TestScript.ps1 -CustomRulePath ("$directory\CommunityAnalyzerRules", "$directory\SampleRule", "$directory\SampleRule\SampleRule2")
359+
$customizedRulePath = Invoke-ScriptAnalyzer $directory\TestScript.ps1 -CustomRulePath ("$directory\CommunityAnalyzerRules", "$directory\samplerule", "$directory\samplerule\samplerule2")
360360
$customizedRulePath.Count | Should Be 3
361361
}
362362

0 commit comments

Comments
 (0)