• Aishwarya Mashale
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
@isTest private static void test_send() {
        
        Account countryTeam = AIM_TestDataUtility.accCountryTeamRecord('AIM_Notification_Mailer_Test');
        insert countryTeam;
        Test.startTest();
        List<AccountTeamMember> countryTeamMembers = AIM_TestDataUtility.accCountryTeamMembers(countryTeam.Id);
        insert countryTeamMembers;
        EmailTemplate template = [SELECT Id, DeveloperName FROM EmailTemplate WHERE IsActive = true LIMIT 1];
        Test.stopTest();