From 0e5aece4ed100cf3ce048a27d89dbfd11ec15405 Mon Sep 17 00:00:00 2001 From: gaoxi Date: Sat, 25 Jun 2022 16:36:39 +0800 Subject: [PATCH] hmos update Signed-off-by: gaoxi --- .../actsaccounttest/entry/src/main/js/test/OnOff.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account/appaccount/actsaccounttest/entry/src/main/js/test/OnOff.js b/account/appaccount/actsaccounttest/entry/src/main/js/test/OnOff.js index 8fbf7b6d0..3e4554fd3 100755 --- a/account/appaccount/actsaccounttest/entry/src/main/js/test/OnOff.js +++ b/account/appaccount/actsaccounttest/entry/src/main/js/test/OnOff.js @@ -13,8 +13,8 @@ * limitations under the License. */ import account from '@ohos.account.appAccount' -import commonevent from '@ohos.commonevent' -import featureAbility from '@ohos.ability.featureability' +import commonevent from '@ohos.commonEvent' +import featureAbility from '@ohos.ability.featureAbility' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' const TIMEOUT = 5000; -- GitLab