From 1463eae5504906860eafe4e81b544e2dd5a1ce61 Mon Sep 17 00:00:00 2001 From: 15829070344 Date: Fri, 1 Jul 2022 20:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B4=A6=E5=8F=B7=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3osAccount=E6=B5=8B=E8=AF=95=E5=A5=97=E5=90=8C=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 15829070344 --- .../entry/src/main/js/test/OsAccountGet.test.js | 2 +- .../entry/src/main/js/test/OsAccountIs.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js index d83258e20..55ce29a8a 100755 --- a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js +++ b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js @@ -17,7 +17,7 @@ import bundle from '@ohos.bundle' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' const ERR_OS_ACCOUNT_SERVICE_MANAGER_BAD_UID_ERR = 4653057; -describe('ActsOsAccountThirdPartyTest', function () { +describe('ActsOsAccountThirdPartyTest_third1', function () { /* * @tc.number : ActsOsAccountGetIdFormUid_0100 diff --git a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountIs.test.js b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountIs.test.js index 45702113c..f937f31e8 100755 --- a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountIs.test.js +++ b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountIs.test.js @@ -19,7 +19,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from ' const TIMEOUT = 1000; const ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_ACTIVED_ERROR = 4587542; const ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_VERIFIED_ERROR = 4587545; -describe('ActsOsAccountThirdPartyTest', function () { +describe('ActsOsAccountThirdPartyTest_third2', function () { /* * @tc.number : ActsOsAccountDeviceId_0100 -- GitLab