未验证 提交 14cd1a22 编写于 作者: O openharmony_ci 提交者: Gitee

!3473 Add interface return value case modification

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