From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/classes/SelectAssetEstimateVMControllerTest.cls | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/SelectAssetEstimateVMControllerTest.cls b/force-app/main/default/classes/SelectAssetEstimateVMControllerTest.cls
index a4748f3..20cc008 100644
--- a/force-app/main/default/classes/SelectAssetEstimateVMControllerTest.cls
+++ b/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();
}
}
--
Gitblit v1.9.1