李彤
2022-04-02 2f1466af31796c1a963f26e86038ddc84471ed2e
force-app/main/default/classes/StraightBackAddressControllerTest.cls
@@ -2,7 +2,13 @@
private class StraightBackAddressControllerTest {
    private static Repair__c rpr { get; set; }
    @TestSetup
    static void makeData(){
        List<String> strList = new List<String>();
        strList.add('Address__c');
        strList.add('Contact');
        TestDataUtility.CreatePIPolicyConfigurations(strList);
    }
    @isTest
    static void testMethod1() {
        List<RecordType> rectCo = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '病院'];