高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/CM_SearchContactServiceControllerTest.cls
@@ -2,7 +2,7 @@
private class CM_SearchContactServiceControllerTest {
    @TestSetup
    static void makeData(){
        TestDataUtility.CreatePIPolicyConfiguration('Contact');
        TestDataUtility.CreatePIPolicyConfigurations(new String[]{'Contact','Agency_Contact__c','contactV2'});
    }
   @isTest static void test_method_one() {
@@ -60,6 +60,7 @@
        cmsc.saveNew();
        cmsc.editClear();
        CM_SearchContactServiceController.searchContactByAccountId(depart1.Id);
   }
}