提交 052067c4 编写于 作者: C chenxuihui

hilog js test suite bugfix

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 6e5eb630
......@@ -243,7 +243,7 @@ describe('HilogJsTest', function () {
it('testHilogJsApi16', 2, function () {
console.info('testHilogJsApi16 start');
try{
hilog.debug(0xD001400, "HILOGTEST", "%{public}", ['hilogJs1800'])
hilog.debug(0xD001400, "HILOGTEST", "%{public}s", ['hilogJs1800'])
}catch(error){
console.log(`testHilogJsApi16 got an error: ${JSON.stringify(error)}`)
expect().assertFail();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册