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/AccountDailyUpdateBatchScheduleTest.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/AccountDailyUpdateBatchScheduleTest.cls b/force-app/main/default/classes/AccountDailyUpdateBatchScheduleTest.cls
index b72db54..7a11954 100644
--- a/force-app/main/default/classes/AccountDailyUpdateBatchScheduleTest.cls
+++ b/force-app/main/default/classes/AccountDailyUpdateBatchScheduleTest.cls
@@ -3,7 +3,7 @@
@isTest static void test_method_one() {
// Implement test code
- String CRON_EXP = '0 0 0 3 9 ? 2022';
+ String CRON_EXP = '0 0 0 4 2 ? 2025';
System.Test.startTest();
// Schedule the test job
String jobId = system.schedule('AccountDailyUpdateBatchScheduleTest', CRON_EXP, new AccountDailyUpdateBatchSchedule());
--
Gitblit v1.9.1