Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Oct 18, 2024
1 parent c1b90d2 commit 984d9de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ private class LogBatchPurgeController_Tests {
insert logEntries;

LoggerTag__c tag = (LoggerTag__c) LoggerMockDataCreator.createDataBuilder(Schema.LoggerTag__c.SObjectType).populateRequiredFields().getRecord();
tag.Name = 'tag ' + System.UUID.randomUUID().toString();
tag.UniqueId__c = tag.Name;
insert tag;

List<LogEntryTag__c> logEntryTags = new List<LogEntryTag__c>();
Expand Down

0 comments on commit 984d9de

Please sign in to comment.