force-app/main/default/classes/ContactHpDeptUpdTriggerTest.cls
@@ -22,6 +22,11 @@ @isTest private class ContactHpDeptUpdTriggerTest { @TestSetup static void makeData(){ TestDataUtility.CreatePIPolicyConfigurations(new String[]{'Contact','Agency_Contact__c'}); } static testMethod void testUpdate() { // recode type を取得 List<RecordType> rectCo = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '病院'];