提交 a52ea80f 编写于 作者: U uoengopen

guofeng43@huawei.com

Signed-off-by: Nuoengopen <guofeng43@huawei.com>
上级 1240843e
...@@ -348,7 +348,7 @@ describe('HidebugJsTest', function () { ...@@ -348,7 +348,7 @@ describe('HidebugJsTest', function () {
try { try {
let temp = hidebug.getServiceDump(10); let temp = hidebug.getServiceDump(10);
console.info("ServiceDump is " + temp); console.info("ServiceDump is " + temp);
expect(temp.indexof('Success')!=-1).assertTrue(); expect(temp.indexOf('Success')!=-1).assertTrue();
} catch (error) { } catch (error) {
expect().assertFail(); expect().assertFail();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册