未验证 提交 01975d81 编写于 作者: O openharmony_ci 提交者: Gitee

!3305 【communication】适配BT JS L2失败用例1

Merge pull request !3305 from 权力/myfeature5
...@@ -453,7 +453,7 @@ describe('bluetoothhostTest', function() { ...@@ -453,7 +453,7 @@ describe('bluetoothhostTest', function() {
let name = bluetooth.setLocalName(); let name = bluetooth.setLocalName();
console.info('[bluetooth_js] getName result2 = '+ JSON.stringify(localName) + console.info('[bluetooth_js] getName result2 = '+ JSON.stringify(localName) +
'setName result2 =' + JSON.stringify(name)); 'setName result2 =' + JSON.stringify(name));
expect(name).assertNull(); expect(name).assertFalse();
done(); done();
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册