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