Skip to content

Commit 7bde2ca

Browse files
committed
Edit test-classes
1 parent 10bb4de commit 7bde2ca

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

force-app/functionality/activities/classes/Activity_AddAccountHelperTest.cls

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ private without sharing class Activity_AddAccountHelperTest {
3131
TAG_NoPersonInformation__c = true,
3232
ActivityDate = Date.today(),
3333
RecordTypeId = agRecordType,
34+
TAG_ActivityType__c = 'Rekruttere og inkludere',
35+
TAG_service__c = 'Jobbmesser og møteplass',
3436
Subject = 'test',
3537
WhatId = tl.Id
3638
);
@@ -213,6 +215,8 @@ private without sharing class Activity_AddAccountHelperTest {
213215
TAG_NoPersonInformation__c = true,
214216
WhatId = acc.Id,
215217
ActivityDate = Date.today(),
218+
TAG_ActivityType__c = 'Rekruttere og inkludere',
219+
TAG_service__c = 'Jobbmesser og møteplass',
216220
Subject = 'test'
217221
);
218222
insert t;
@@ -221,6 +225,8 @@ private without sharing class Activity_AddAccountHelperTest {
221225
TAG_NoPersonInformation__c = true,
222226
WhatId = tl.Id,
223227
ActivityDate = Date.today(),
228+
TAG_ActivityType__c = 'Rekruttere og inkludere',
229+
TAG_service__c = 'Jobbmesser og møteplass',
224230
Subject = 'test'
225231
);
226232
insert t2;
@@ -244,6 +250,8 @@ private without sharing class Activity_AddAccountHelperTest {
244250
TAG_NoPersonInformation__c = true,
245251
WhatId = acc.Id,
246252
ActivityDate = Date.today(),
253+
TAG_ActivityType__c = 'Rekruttere og inkludere',
254+
TAG_service__c = 'Jobbmesser og møteplass',
247255
Subject = 'test'
248256
);
249257
insert t;
@@ -252,6 +260,8 @@ private without sharing class Activity_AddAccountHelperTest {
252260
TAG_NoPersonInformation__c = true,
253261
WhatId = tl.Id,
254262
ActivityDate = Date.today(),
263+
TAG_ActivityType__c = 'Rekruttere og inkludere',
264+
TAG_service__c = 'Jobbmesser og møteplass',
255265
Subject = 'test'
256266
);
257267
insert t2;
@@ -416,6 +426,8 @@ private without sharing class Activity_AddAccountHelperTest {
416426
RecordTypeId = agRecordType,
417427
ActivityDate = Date.today(),
418428
Subject = 'test',
429+
TAG_ActivityType__c = 'Rekruttere og inkludere',
430+
TAG_service__c = 'Jobbmesser og møteplass',
419431
WhatId = tl.Id
420432
);
421433

force-app/functionality/activities/classes/Activity_AddAccountTest.cls

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ private without sharing class Activity_AddAccountTest {
192192
WhatId = tl.Id,
193193
ActivityDate = Date.today(),
194194
Subject = 'test',
195+
TAG_ActivityType__c = 'Rekruttere og inkludere',
196+
TAG_service__c = 'Jobbmesser og møteplass',
195197
RecordTypeId = agRecordType
196198
);
197199
insert ta;

0 commit comments

Comments
 (0)