Liu Cheng
2022-06-23 7d6ee416efe023de6492fe1dcd67017882c9f182
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() {