李彤
2022-09-23 d79fcb2a960e8b0e18fe039d892f98187b08866d
force-app/main/default/classes/NewAndEditReportControllerTest.cls
@@ -13,6 +13,7 @@
        List<String> strList = new List<String>();
        strList.add('Report__c');
        strList.add('Contact');
        strList.add('Agency_Contact__c');
        TestDataUtility.CreatePIPolicyConfigurations(strList);
    }
    static testMethod void testMethod1() {