We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa2157 commit 92ad030Copy full SHA for 92ad030
modules/BOSH.CFCell/BOSH.CFCell.Tests.ps1
@@ -8,6 +8,8 @@ BeforeAll {
8
9
Describe "Protect-CFCell" {
10
BeforeEach {
11
+ Mock -ModuleName BOSH.CFCell Write-Log { }
12
+
13
$oldWinRMStatus = (Get-Service winrm).Status
14
$oldWinRMStartMode = ( Get-Service winrm ).StartType
15
stembuild/modules/BOSH.CFCell/BOSH.CFCell.Tests.ps1
@@ -144,7 +144,6 @@ Describe "Install-CFFeatures2016" {
144
145
Assert-MockCalled Write-Log -Times 1 -Scope It -ModuleName BOSH.CFCell -ParameterFilter { $Message -eq "Installed CloudFoundry Cell Windows Features" }
146
}
147
-
148
149
150
Describe "Remove-DockerPackage" {
0 commit comments