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

Commit f2896d4b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix broken FoldAodAnimationControllerTest test" into tm-qpr-dev

parents 21c8e764 b60f182a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -175,8 +175,10 @@ class FoldAodAnimationControllerTest : SysuiTestCase() {

            fold()
            underTest.onScreenTurningOn({})
            underTest.onStartedWakingUp()
            // The body of onScreenTurningOn is executed on fakeExecutor,
            // run all pending tasks before calling the next method
            fakeExecutor.runAllReady()
            underTest.onStartedWakingUp()

            verify(latencyTracker).onActionStart(any())
            verify(latencyTracker).onActionCancel(any())