111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/classes/StartTradingControllerTest.cls
@@ -225,7 +225,7 @@
        // リードテストデータ
        RecordType rect = [select id from RecordType where IsActive = true and SobjectType= 'Account' and Name =: RC_HOSPITAL limit 1];
        Account hospital = new Account(name = '中国病院');
        Account hospital = new Account(name = '中国病院', Is_Active__c = '有効');
        hospital.RecordTypeId = rect.Id;
        insert hospital;
        Lead l = new Lead();
@@ -310,7 +310,7 @@
        // リードテストデータ
        RecordType rect = [select id from RecordType where IsActive = true and SobjectType= 'Account' and Name =: RC_HOSPITAL limit 1];
        Account hospital = new Account(name = '中国病院');
        Account hospital = new Account(name = '中国病院', Is_Active__c = '有効');
        hospital.RecordTypeId = rect.Id;
        insert hospital;
        Lead l = new Lead();