未验证 提交 63b288d5 编写于 作者: O openharmony_ci 提交者: Gitee

!3406 Modify use case

Merge pull request !3406 from qigongming/master_0601
......@@ -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.
先完成此消息的编辑!
想要评论请 注册