minor issue with wording in tests
This commit is contained in:
Родитель
afd2e2c47e
Коммит
5b26b0b31b
|
@ -22,7 +22,7 @@ Describe 'OSValidation' -Tag PreValidation {
|
|||
}
|
||||
|
||||
If ($AllowOutage -eq $false) {
|
||||
It "${env:ComputerName} $LBFOTeam`: Must have at least two adapters when -AllowOutage is set" {
|
||||
It "${env:ComputerName} $LBFOTeam`: Must have at least two adapters when -AllowOutage is not set" {
|
||||
$configData.NetLBFOTeam.Members.Count | Should BeGreaterThan 1
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,4 @@ Describe 'SETTeam' {
|
|||
(Get-VMSwitch).IovSupportReasons | Should be $null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче