提交 dffcd838 编写于 作者: 何海涛

fixed 4fe64118 from https://gitee.com/murphy1984/acts/pulls/5948

【账号】osAccount三方接口错误验证归一
Signed-off-by: N何海涛 <hehaitao5@huawei.com>
上级 4aff1c08
......@@ -225,7 +225,7 @@ export default function ActsOsAccountThirdPartyTest_third_1() {
console.debug("====>ActsOsAccountIsActived_0800 get os AccountManager finish====");
AccountManager.isOsAccountActived(undefined).then((data)=>{
console.debug("====>ActsOsAccountIsActived_0800 get active status is: " + JSON.stringify(data));
done()
done();
}).catch((err)=>{
console.debug("====>ActsOsAccountIsActived_0800 err:" + JSON.stringify(err))
expect(err != 0).assertEqual(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册