Skip to content

Commit b3538a8

Browse files
committed
powershell: uncomment accidentally commented mock
Mock of `Write-Log` quiets test output
1 parent c096676 commit b3538a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/BOSH.WindowsUpdates/BOSH.WindowsUpdates.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ BeforeAll {
55
}
66

77
Describe "BOSH.WindowsUpdates" {
8-
# BeforeEach {
9-
# Mock -ModuleName BOSH.WindowsUpdates Write-Log { }
10-
# }
8+
BeforeEach {
9+
Mock -ModuleName BOSH.WindowsUpdates Write-Log { }
10+
}
1111

1212
Describe "Disable-AutomaticUpdates" {
1313
BeforeEach {

0 commit comments

Comments
 (0)