提交 51764290 编写于 作者: Q qigongming

release分支开发新增接口返回值用例修改

Signed-off-by: Nqigongming <qigongming@huawei.com>
Change-Id: I518374378ed6f8b71b0af2867029a16c45e1c646
上级 774d2d41
......@@ -144,7 +144,7 @@ describe("TransientTaskJsTest", function () {
}
backgroundTaskManager.getRemainingDelayTime(info.requestId, (err, res) => {
if (err.data === 0) {
if (!err) {
console.info('TransientTaskJsTest004 backgroundTaskManager success, delaytime:' + res);
expect(true).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册