111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/classes/SelectAssetEstimateVMControllerTest.cls
@@ -1605,7 +1605,9 @@
            // System.assertEquals(1, controller.dataList.size());
            controller.save();
            controller.changedAfterPrint = true;
            Test.StartTest();
            controller.syncEstimate(true,true);
            Test.stopTest();
        }
    }