Skip to content

Commit

Permalink
Merge pull request #186 from RWS/185-correct-get-ishsetting-tests-reg…
Browse files Browse the repository at this point in the history
…arding-settings-field-count-change-coming-in-151alf1

#185 Correct Get-IshSetting test regarding Settings field count change
  • Loading branch information
cantcomeupwithusername authored Mar 25, 2024
2 parents f28070f + 1dd9c54 commit 1bdcf41
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 1bdcf41

Please sign in to comment.