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