diff --git a/code/BasicFeature/Notification/CustomNotificationPush/entry/src/ohosTest/ets/test/Ability.test.ets b/code/BasicFeature/Notification/CustomNotificationPush/entry/src/ohosTest/ets/test/Ability.test.ets index e7dcc7e0d..9be1d3ed9 100644 --- a/code/BasicFeature/Notification/CustomNotificationPush/entry/src/ohosTest/ets/test/Ability.test.ets +++ b/code/BasicFeature/Notification/CustomNotificationPush/entry/src/ohosTest/ets/test/Ability.test.ets @@ -17,7 +17,6 @@ import hilog from '@ohos.hilog'; import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; import { Driver, ON } from '@ohos.UiTest'; -import UIAbility from '@ohos.app.ability.UIAbility'; const TAG: string = '[Sample_CustomPush]'; const DOMAIN = 0xF811;