From 2f183a6b0a83ec3f7d35375d5d25d200efc2a3e1 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期二, 19 四月 2022 18:46:18 +0800 Subject: [PATCH] 20220419FixIssue --- force-app/main/default/classes/NewAndEditBaseControllerTest.cls | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/NewAndEditBaseControllerTest.cls b/force-app/main/default/classes/NewAndEditBaseControllerTest.cls index 16dac22..785498a 100644 --- a/force-app/main/default/classes/NewAndEditBaseControllerTest.cls +++ b/force-app/main/default/classes/NewAndEditBaseControllerTest.cls @@ -97,4 +97,6 @@ NewAndEditBaseController.save(aseTest, baseJson, 'avgwshDFcxAS', true); Test.stopTest(); } + + } \ No newline at end of file -- Gitblit v1.9.1