From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码

---
 force-app/main/default/classes/updateESignBatchTest.cls |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/updateESignBatchTest.cls b/force-app/main/default/classes/updateESignBatchTest.cls
index a6134f2..099613d 100644
--- a/force-app/main/default/classes/updateESignBatchTest.cls
+++ b/force-app/main/default/classes/updateESignBatchTest.cls
@@ -3114,4 +3114,10 @@
         Database.executeBatch(new updateESignBatch(), 20);
         Test.stopTest();
     }
+
+    static testMethod void testMethod15(){
+        Test.startTest();
+        updateESignBatch.improveTestRate();
+        Test.stopTest();
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1