Skip to content

Commit

Permalink
updating the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Svilen committed May 12, 2020
1 parent eb6c4c7 commit afeffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/MSFT_xExchAddressList.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ try
Mock -CommandName Get-AddressList -Verifiable -MockWith { return [PSCustomObject] $getAddressCustomFilterOutput }

$returnValue = Get-TargetResource @getTargetResourceParams
$returnValue['RecipientFilter'] | Should -Be '{(RecipientType -eq "UserMailbox")}'
$returnValue['RecipientFilter'] | Should -Be '(RecipientType -eq "UserMailbox")'
}

Context 'When Addresslist is not present' {
Expand Down

0 comments on commit afeffc3

Please sign in to comment.