Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/254__W-172161…
Browse files Browse the repository at this point in the history
…47-First-installment-paid-value-not-update-in-GE-Batch-Info
  • Loading branch information
lparrott committed Dec 9, 2024
2 parents 320654f + 96c7509 commit b71de14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion force-app/test/ACCT_AccountMerge_TEST.cls
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private with sharing class ACCT_AccountMerge_TEST {
* - only one default address
* - default address correctly pushed to appropriate contacts.
*/
/* ==== Commenting out to resolve a flapping build failure ====
static testMethod void testMergeThreeHHAccountsManyAddr() {
//skip the test if Advancement is installed
if(ADV_PackageInfo_SVC.useAdv()) return;
Expand Down Expand Up @@ -225,7 +226,8 @@ private with sharing class ACCT_AccountMerge_TEST {
'The default address should be populated on contact when address is not overrided');
}
}
}
}
*/

/*******************************************************************************************************
* @description Merge two One2One Accounts and verify:
Expand Down

0 comments on commit b71de14

Please sign in to comment.