From 661b6eec0415e863fde08086fec6179702735e57 Mon Sep 17 00:00:00 2001 From: fjr Date: Fri, 22 Jul 2022 14:44:08 +0800 Subject: [PATCH] 11 Signed-off-by: fjr --- .../actspublish/entry/src/main/js/test/ActsPublish.js | 2 +- .../entry/src/main/js/test/ActsSubscriber_test_ordered.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js b/notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js index d1c3bb452..7593d23fa 100644 --- a/notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js +++ b/notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import CommonEvent from '@ohos.commonevent' +import CommonEvent from '@ohos.commonEvent' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' describe('Actspublish_0100', function () { diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js b/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js index 34276bf23..7459e45c9 100644 --- a/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js +++ b/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import Subscriber from '@ohos.commonevent' +import Subscriber from '@ohos.commonEvent' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' describe('ActsSubscriberTestOrder', function () { -- GitLab