未验证 提交 b07c00a6 编写于 作者: 何海涛 提交者: Gitee

update account/osaccount/actsosaccountthirdpartytest/src/main/js/test/OsAccountIs.test.js.

Signed-off-by: N何海涛 <hehaitao5@huawei.com>
上级 7e29ccc4
...@@ -206,7 +206,7 @@ export default function ActsOsAccountThirdPartyTest_third_1() { ...@@ -206,7 +206,7 @@ export default function ActsOsAccountThirdPartyTest_third_1() {
console.debug("====>get os AccountManager finish===="); console.debug("====>get os AccountManager finish====");
AccountManager.isOsAccountActived(undefined, (err, data)=>{ AccountManager.isOsAccountActived(undefined, (err, data)=>{
console.debug("====>ActsOsAccountIsActived_0700 err:" + JSON.stringify(err)); console.debug("====>ActsOsAccountIsActived_0700 err:" + JSON.stringify(err));
expect(err != 0).assertEqual(true) expect(err.code != 0).assertEqual(true)
console.debug("====>receive isOsAccountActived data: " + JSON.stringify(data)); console.debug("====>receive isOsAccountActived data: " + JSON.stringify(data));
done(); done();
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册