@@ -524,8 +524,6 @@ describe('Shared | Integration | Domain | Services | Placement Profile Service',
524
524
} ) ;
525
525
526
526
databaseBuilder . factory . buildKnowledgeElementSnapshot ( {
527
- userId : userId ,
528
- snappedAt : sharedAt ,
529
527
campaignParticipationId : campaignParticipation . id ,
530
528
snapshot : new KnowledgeElementCollection ( [ ke ] ) . toSnapshot ( ) ,
531
529
} ) ;
@@ -575,8 +573,6 @@ describe('Shared | Integration | Domain | Services | Placement Profile Service',
575
573
} ) ;
576
574
577
575
databaseBuilder . factory . buildKnowledgeElementSnapshot ( {
578
- userId : userId ,
579
- snappedAt : sharedAt ,
580
576
campaignParticipationId : campaignParticipation . id ,
581
577
snapshot : new KnowledgeElementCollection ( [ ke1 , ke2 ] ) . toSnapshot ( ) ,
582
578
} ) ;
@@ -604,8 +600,6 @@ describe('Shared | Integration | Domain | Services | Placement Profile Service',
604
600
605
601
databaseBuilder . factory . buildKnowledgeElementSnapshot ( {
606
602
campaignParticipationId : campaignParticipation . id ,
607
- userId : userId ,
608
- snappedAt : campaignParticipation . sharedAt ,
609
603
snapshot : new KnowledgeElementCollection ( [ ke ] ) . toSnapshot ( ) ,
610
604
} ) ;
611
605
@@ -639,8 +633,6 @@ describe('Shared | Integration | Domain | Services | Placement Profile Service',
639
633
640
634
databaseBuilder . factory . buildKnowledgeElementSnapshot ( {
641
635
campaignParticipationId : campaignParticipation . id ,
642
- userId : userId ,
643
- snappedAt : campaignParticipation . sharedAt ,
644
636
snapshot : new KnowledgeElementCollection ( [ ke ] ) . toSnapshot ( ) ,
645
637
} ) ;
646
638
0 commit comments