提交 2b8e698b 编写于 作者: Y yuanyuhang1

yuanyuhang1@huawei.com

Signed-off-by: Nyuanyuhang1 <yuanyuhang1@huawei.com>
Change-Id: I1ffd47c1c578ff4fb570ded8c2982ca8c321d5ab
上级 2b4dd79a
...@@ -51,6 +51,7 @@ async function publicInitFunc(srcKeyAlies, HuksOptions) { ...@@ -51,6 +51,7 @@ async function publicInitFunc(srcKeyAlies, HuksOptions) {
console.log(`test init data: ${JSON.stringify(data)}`); console.log(`test init data: ${JSON.stringify(data)}`);
handle = data.handle; handle = data.handle;
expect(data.errorCode == 0).assertTrue(); expect(data.errorCode == 0).assertTrue();
expect(data.token == true).assertTrue();
}) })
.catch((err) => { .catch((err) => {
console.log('test init err information: ' + JSON.stringify(err)); console.log('test init err information: ' + JSON.stringify(err));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册