Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b83767 authored by Vania Januar's avatar Vania Januar
Browse files

Fix @Ignored test for Stylus Usi notifications.

Bug: 257936830
Test: atest StylusUsiPowerUiTest
Change-Id: I503512bb1693424d7ec22ffdc99ee9b60059bc1d
parent c5978eaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -159,12 +159,12 @@ class StylusUsiPowerUiTest : SysuiTestCase() {

    @Test
    @Ignore("TODO(b/257936830): get bt address once input api available")
    fun refresh_hasConnectedBluetoothStylus_doesNotNotify() {
    fun refresh_hasConnectedBluetoothStylus_cancelsNotification() {
        whenever(inputManager.inputDeviceIds).thenReturn(intArrayOf(0))

        stylusUsiPowerUi.refresh()

        verifyNoMoreInteractions(notificationManager)
        verify(notificationManager).cancel(R.string.stylus_battery_low_percentage)
    }

    @Test