From fec7036ae918ce10b1b1672d5c14b03df8d2d17b Mon Sep 17 00:00:00 2001 From: zhaoyuan17 Date: Fri, 26 Nov 2021 17:26:08 +0800 Subject: [PATCH] Fix codex Signed-off-by: zhaoyuan17 --- .../actsansgetactive/entry/src/main/js/test/getActive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/js/test/getActive.js b/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/js/test/getActive.js index a0cdfca9a..520bdd12b 100644 --- a/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/js/test/getActive.js +++ b/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/js/test/getActive.js @@ -1005,6 +1005,7 @@ describe('ActsAnsActiveTest', function () { console.debug("===========Ans_GetAllActive_0900 getAllCallbackNine err.code============>"+err.code); expect(err.code).assertEqual(ERR_ANS_NON_SYSTEM_APP); } + /* * @tc.number: Ans_GetAllActive_0900 * @tc.name: getAllActiveNotifications(callback: AsyncCallback>): void; -- GitLab