Skip to content

Commit 0e111e4

Browse files
committed
Debug failing test
1 parent 84e7b43 commit 0e111e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Describe "Test CustomizedRulePath" {
316316

317317
It "When supplied with a collection of paths recursively" {
318318
$customizedRulePath = Invoke-ScriptAnalyzer $directory\TestScript.ps1 -CustomRulePath ("$directory\CommunityAnalyzerRules", "$directory\SampleRule", "$directory\SampleRule\SampleRule2") -RecurseCustomRulePath
319+
$customizedRulePath
319320
$customizedRulePath.Count | Should Be 6
320321
}
321322

0 commit comments

Comments
 (0)