Skip to content

Commit

Permalink
Fix error in PotentialDuplicates_TEST.shouldReturnIdsWhenDuplicatesAr…
Browse files Browse the repository at this point in the history
…eFound()
  • Loading branch information
npsp-reedestockton committed Nov 17, 2023
1 parent 70a5ff4 commit 80c26e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ private with sharing class PotentialDuplicates_TEST {
// Duplicates will not be found if encryption is enabled
if (sObjectType.Contact.fields.Name.isEncrypted()) {
System.assertEquals('', setOfMatches, 'No duplicate Ids should be returned if encryption is enabled');
System.assertEquals(0, numberOfMatches, 'There should be 0 duplicates returned if encryption is enabled');
}
else {
System.assertNotEquals('', setOfMatches, 'Duplicate Ids should be returned');
Expand Down

0 comments on commit 80c26e3

Please sign in to comment.