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

Commit 1b75f30f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix broken FoldAodAnimationControllerTest test" into tm-qpr-dev am:...

Merge "Fix broken FoldAodAnimationControllerTest test" into tm-qpr-dev am: f2896d4b am: 6893d581

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20791324



Change-Id: Id96f8444a426145cd54d2fef399813e961f98757
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ec9f01ac 6893d581
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())