未验证 提交 75e10aee 编写于 作者: O openharmony_ci 提交者: Gitee

!3501 hilogjstest suite bugfix

Merge pull request !3501 from chenxuihui/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册