Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 72429b4

Browse files
committed
Remove 'Write-Host' statement
1 parent 0ef82c7 commit 72429b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/OperationValidation/Test/OperationValidation.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Describe "OperationValidation Module Tests" {
8282
}
8383
It "Can find tests which don't have an actual module" {
8484
$tests = Get-OperationValidation -moduleName Example.WindowsSearch
85-
write-host $tests.File
8685
@($tests).Count | Should be 1
8786
$tests.File | should be WindowsSearch.Simple.Tests.ps1
8887
}

0 commit comments

Comments
 (0)