force-app/main/default/classes/SyncOpportunityTest.cls
@@ -102,7 +102,7 @@ opp2 = [select Id from Opportunity where Id = :opp2.Id]; opp2.StageName = '敗戦'; // opp2.Competitor_Product1__c = pro.Id; opp2.Lost_Reason__c = 'フォロー不足'; //opp2.Lost_Reason__c = 'フォロー不足'; update opp2; opp2c = [select Id, StageName__c, Owner_System__c, OwnerId from Opportunity2__c where Opportunity__c = :opp2.Id];