From e1cccb83ba8cd776c2ff6572811fa800ca9fbd8f Mon Sep 17 00:00:00 2001 From: 15929983503 Date: Fri, 30 Sep 2022 09:07:00 +0800 Subject: [PATCH] =?UTF-8?q?hilog=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 15929983503 --- hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js b/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js index 463e2e5e6..a14697dae 100644 --- a/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js +++ b/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js @@ -260,7 +260,7 @@ describe('HilogJsTest', function () { it('testHilogJsApi17', 2, function () { console.info('testHilogJsApi17 start'); try{ - hilog.debug(0x3200, "HILOGTEST", "%{public}f", [2.1]) + hilog.debug(0x3200, "HILOGTEST", "%{public}d", [2.1]) }catch(error){ console.log(`testHilogJsApi17 got an error: ${JSON.stringify(error)}`) expect().assertFail(); -- GitLab