Skip to content

Commit

Permalink
Add to comment regarding platform encryption test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
npsp-reedestockton committed Nov 17, 2023
1 parent 80c26e3 commit 78889bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private with sharing class PotentialDuplicates_TEST {
String setOfMatches = (String)data.get('setOfMatches');
Integer numberOfMatches = setOfMatches.split(',').size();

// Duplicates will not be found if encryption is enabled
// Duplicates will not be found if encryption is enabled / standard rules deactivated
if (sObjectType.Contact.fields.Name.isEncrypted()) {
System.assertEquals('', setOfMatches, 'No duplicate Ids should be returned if encryption is enabled');
}
Expand Down

0 comments on commit 78889bf

Please sign in to comment.