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 8fbf7b6d0e9183fcc5c24146e90b42b58d3c8b56..3e4554fd3f6027f919b09dba42406b3f43c5fc20 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;