From 4f68717b771d29fc92d23771d3a133875f482793 Mon Sep 17 00:00:00 2001 From: Hollokin Date: Wed, 18 Jan 2023 19:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BE=93=E5=85=A5=E6=B3=95=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E3=80=91=E9=80=82=E9=85=8Dd.ts=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hollokin --- .../main/ets/MainAbility/test/InputmethodEngineJsunit.test.ets | 2 +- .../src/main/ets/MainAbility/test/InputmethohJsunit.test.ets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethodEngineJsunit.test.ets b/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethodEngineJsunit.test.ets index 746ac1223..e406f120e 100644 --- a/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethodEngineJsunit.test.ets +++ b/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethodEngineJsunit.test.ets @@ -14,7 +14,7 @@ * limitations under the License. */ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index.ets"; -import inputMethodEngine from '@ohos.inputmethodengine'; +import inputMethodEngine from '@ohos.inputMethodEngine'; import Utils from './Utils'; import router from '@system.router'; import events_emitter from '@ohos.events.emitter'; diff --git a/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethohJsunit.test.ets b/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethohJsunit.test.ets index 942fee6a4..da16753ac 100644 --- a/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethohJsunit.test.ets +++ b/miscservices/InputMethodTest_ets/entry/src/main/ets/MainAbility/test/InputmethohJsunit.test.ets @@ -14,7 +14,7 @@ * limitations under the License. */ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index.ets"; -import inputmeth from '@ohos.inputmethod'; +import inputmeth from '@ohos.inputMethod'; export default function settingUiJsunit() { describe('appInfoTest_input2', function () { -- GitLab