Skip to content

Commit

Permalink
#185 Correct Get-IshSetting test regarding Settings field count change
Browse files Browse the repository at this point in the history
The number of fields has changed from 13 to 12
  • Loading branch information
kkytaiev authored and kkytaiev committed Mar 25, 2024
1 parent f28070f commit 1dd9c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Describe "Get-IshSetting" -Tags "Read" {
$ishFields.GetType().Name | Should -BeExactly "Object[]"
if((([Version]$ishSession.ServerVersion).Major -eq 15 -and ([Version]$ishSession.ServerVersion).Minor -ge 1) -or ([Version]$ishSession.ServerVersion).Major -ge 16)
{
$ishFields.Length | Should -Be 13
$ishFields.Length | Should -Be 12
}
else
{
Expand Down

0 comments on commit 1dd9c54

Please sign in to comment.