Skip to content

Commit f892842

Browse files
author
kborle
committed
minor changes to remove debug messages
1 parent 4e9c41a commit f892842

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Describe "Test Path" {
8888
Context "When given a glob" {
8989
It "Invokes on all the matching files" {
9090
$numFilesResult = (Invoke-ScriptAnalyzer -Path $directory\TestTestPath*.ps1 | Select-Object -Property ScriptName -Unique).Count
91-
Write-HOst "Number of files processed"
92-
Write-Host $numFilesResult
9391
$numFilesExpected = (Get-ChildItem -Path $directory\TestTestPath*.ps1).Count
9492
$numFilesResult | Should be $numFilesExpected
9593
}

0 commit comments

Comments
 (0)