Skip to content

Commit

Permalink
Update GiftEntryProcessorQueue_TEST to ensure DI Batch is created as …
Browse files Browse the repository at this point in the history
…a Gift Entry Batch
  • Loading branch information
salesforce-suyash-more authored and lparrott committed Nov 25, 2024
1 parent e26f870 commit 47f0056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private class GiftEntryProcessorQueue_TEST {
BDI_MappingServiceAdvanced.DEFAULT_DATA_IMPORT_FIELD_MAPPING_SET_NAME;
UTIL_CustomSettingsFacade.setDataImportSettings(dataImportSettings);

DataImportBatch__c giftBatch = new DataImportBatch__c();
DataImportBatch__c giftBatch = new DataImportBatch__c(GiftBatch__c = true);
insert giftBatch;

List<DataImport__c> giftsToInsert = new List<DataImport__c>();
Expand Down

0 comments on commit 47f0056

Please sign in to comment.