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 d1c3bb452d8f64b4642eb0e79a5f532dcc6a1353..7593d23fac01c917cfebffbb22b23da285bd0960 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 34276bf233d64dcece452b69a446eb5e09b967a9..7459e45c9b7935fbd9c1392c37550a8dbe25beee 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 () {