force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls
@@ -386,13 +386,13 @@ TransferShippmentReceived5Controller controller = new TransferShippmentReceived5Controller(); Test.startTest(); controller.init(); System.assertEquals(true, controller.esdList[0].editable); // Test.startTest(); controller.esdList[0].rec.Inspection_result_after__c = 'OK'; controller.save(); // Test.stopTest(); Test.stopTest(); List<TransferApplyDetail__c> erList; erList = [select Inspection_result_after__c from TransferApplyDetail__c WHERE Id=:controller.esdList[0].rec.Id];