Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
robwood-TTECDigital committed Jan 13, 2025
1 parent 7d21e34 commit e7d37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Get-DataverseRecord.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Describe 'Get-DataverseRecord' {

$connection = getMockConnection
1..10 | ForEach-Object { @{"firstname" = "$_" } } | Set-DataverseRecord -Connection $connection -TableName contact
@{"firstname" = $null } | Set-DataverseRecord -Connection $connection -TableName contact
@{"firstname" = "" } | Set-DataverseRecord -Connection $connection -TableName contact
$result = Get-DataverseRecord -Connection $connection -TableName contact -filter @{"firstname"="$null"}
$result | Should -HaveCount 1
}
Expand Down

0 comments on commit e7d37ce

Please sign in to comment.