高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
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 = '病院'];