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/NFM601ControllerTest.cls | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/NFM601ControllerTest.cls b/force-app/main/default/classes/NFM601ControllerTest.cls
index 2ba4ba0..ee29239 100644
--- a/force-app/main/default/classes/NFM601ControllerTest.cls
+++ b/force-app/main/default/classes/NFM601ControllerTest.cls
@@ -157,7 +157,9 @@
static void testcallout4() {
// BatchIF_Log__c iflog = [select id from BatchIF_Log__c where Type__c = '601test'];
// NFM601Controller.ManualExecute(iflog.Id);
+ Test.startTest();
Database.executeBatch(new Sfdc2PoAccountBatch(),100);
+ Test.stopTest();
}
@isTest
--
Gitblit v1.9.1