From 9b78ff457add304fd919e6b7c433cafdf4c30270 Mon Sep 17 00:00:00 2001 From: gaoxi Date: Fri, 10 Jun 2022 13:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=AF=9Dims=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoxi --- .../entry/src/main/js/test/CallManageAll.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js index e2ab938a0..6c194083a 100644 --- a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js +++ b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js @@ -135,7 +135,8 @@ describe('CallManageImsCall', function () { await call.setCallPreferenceMode(DEFAULT_SLOT_ID, CALL_MODE_IMS); console.log('Telephony_CallManager setCallPreferenceMode success'); } catch (error) { - console.log(`Telephony_CallManager setCallPreferenceMode or enableImsSwitch error,error:${toString(error)}`); + console.log(`Telephony_CallManager setCallPreferenceMode`+ + `or enableImsSwitch error,error:${toString(error)}`); } done(); }); -- GitLab