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

Commit 5191a90b authored by Alex Florescu's avatar Alex Florescu Committed by Automerger Merge Worker
Browse files

Merge "Fix test failure" into sc-v2-dev am: c26e0802

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

Change-Id: Id18f4eb8dc064f14e3aec42b4d9f8712131c9d7e
parents 27cd93e6 c26e0802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class KeyguardMediaControllerTest : SysuiTestCase() {
        whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications())
                .thenReturn(true)
        whenever(mediaHost.hostView).thenReturn(hostView)

        hostView.layoutParams = FrameLayout.LayoutParams(100, 100)
        keyguardMediaController = KeyguardMediaController(
            mediaHost,
            bypassController,