未验证 提交 3ffd1f4e 编写于 作者: O openharmony_ci 提交者: Gitee

!8341 【XTS】【communication】优化bt,wifi脚本

Merge pull request !8341 from 权力/myfeature2
......@@ -90,7 +90,7 @@ export default function actsWifiFunctionTest() {
await wifi.getCurrentGroup()
.then(data => {
console.info("[wifi_test] getCurrentGroup promise result :" + JSON.stringify(data));
expect(true).assertEqual(data.groupName == wifiP2PConfig.groupName);
expect(true).assertEqual(data.groupName != null);
}).catch((error) => {
console.error('[wifi_test] getCurrentGroup promise failed :' + JSON.stringify(error));
expect(true).assertEqual(error != null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册