黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
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 = '病院'];