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

Commit a9d97afa authored by Vania Januar's avatar Vania Januar Committed by Automerger Merge Worker
Browse files

Merge "Fix test bug on StylusManagerTest" into tm-qpr-dev am: 83844dfc

parents c1f296ef 83844dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ class StylusManagerTest : SysuiTestCase() {
        stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
        stylusManager.registerCallback(otherStylusCallback)

        stylusManager.onInputDeviceAdded(STYLUS_DEVICE_ID)
        stylusManager.onInputDeviceRemoved(STYLUS_DEVICE_ID)

        verify(stylusCallback, times(1)).onStylusRemoved(STYLUS_DEVICE_ID)
        verify(otherStylusCallback, times(1)).onStylusRemoved(STYLUS_DEVICE_ID)