From 548a7b7e685fbad657274872188132c5f8833dca Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Wed, 3 Aug 2022 10:19:02 +0800 Subject: [PATCH] =?UTF-8?q?XTS=E5=A4=B1=E8=B4=A5=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../main/js/test/ActsStServiceAbilityClientCaseTest.test.js | 2 +- .../entry/src/main/js/test/List.test.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js b/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js index d6eca4fef..e225d973f 100644 --- a/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js +++ b/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js @@ -18,7 +18,7 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from const errCode = 1; -export default function ActsStServiceAbilityTest() { +export default function actsStServiceAbilityTest() { describe('ActsStServiceAbilityTest', function () { let bundleName = "com.amsst.stserviceabilityserver"; let abilityName = "com.amsst.stserviceabilityserver.ServiceAbility"; diff --git a/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/List.test.js b/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/List.test.js index b19458af6..7b2812d3b 100644 --- a/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/List.test.js +++ b/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/test/List.test.js @@ -12,8 +12,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import ActsStServiceAbilityTest from './ActsStServiceAbilityClientCaseTest.test.js' +import actsServiceAbilityTest from './ActsStServiceAbilityClientCaseTest.test.js' export default function testsuite() { - ActsStServiceAbilityTest() + actsServiceAbilityTest() } \ No newline at end of file -- GitLab