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

Commit 1c551712 authored by Ale Nijamkin's avatar Ale Nijamkin
Browse files

[flexiglass] Fix ClockEventControllerTest when flexi is on

Bug: 283121968
Test: N/A this fixes a test
Flag: EXEMPT this is just a test fix
Change-Id: I16e6f99e4dbd1a9cd81685cca2b0108763735cee
parent 7073c762
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ class ClockEventControllerTest : SysuiTestCase() {
            val transitionStep = MutableStateFlow(TransitionStep())
            whenever(keyguardTransitionInteractor.transition(Edge.create(to = LOCKSCREEN)))
                .thenReturn(transitionStep)
            clearInvocations(animations)

            val job = underTest.listenForAnyStateToLockscreenTransition(this)
            transitionStep.value =
@@ -412,6 +413,7 @@ class ClockEventControllerTest : SysuiTestCase() {
            val transitionStep = MutableStateFlow(TransitionStep())
            whenever(keyguardTransitionInteractor.transition(Edge.create(to = LOCKSCREEN)))
                .thenReturn(transitionStep)
            clearInvocations(animations)

            val job = underTest.listenForAnyStateToLockscreenTransition(this)
            transitionStep.value =