diff --git a/telephony/telephonyjstest/contact_function/entry/src/main/ets/MainAbility/test/contact/ObjectInterface_test.js b/telephony/telephonyjstest/contact_function/entry/src/main/ets/MainAbility/test/contact/ObjectInterface_test.js index dcdff81792e6d5f5980337629ee3f85bf4303eb2..7c39baeda761de8880fbaa66e027cd6e59e0bced 100644 --- a/telephony/telephonyjstest/contact_function/entry/src/main/ets/MainAbility/test/contact/ObjectInterface_test.js +++ b/telephony/telephonyjstest/contact_function/entry/src/main/ets/MainAbility/test/contact/ObjectInterface_test.js @@ -13,7 +13,7 @@ * limitations under the License. */ -import contactsapi from "@ohos.contacts"; +import contactsapi from "@ohos.contact"; import utils from '../Utils.ets' import {afterAll, afterEach, beforeAll, beforeEach, describe, expect, it} from 'deccjsunit/index' import common from './common.js';