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

Commit 3d58d134 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix test failures on HSUM build" into main

parents de78dfa6 fe4095f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ public class NotificationTestHelper {
                .setUid(UID)
                .setInitialPid(2000)
                .setNotification(summary)
                .setUser(USER_HANDLE)
                .setParent(GroupEntry.ROOT_ENTRY)
                .build();
        GroupEntryBuilder groupEntry = new GroupEntryBuilder()
+3 −0
Original line number Diff line number Diff line
@@ -602,6 +602,9 @@ public class BubblesTest extends SysuiTestCase {
        // Get a reference to KeyguardStateController.Callback
        verify(mKeyguardStateController, atLeastOnce())
                .addCallback(mKeyguardStateControllerCallbackCaptor.capture());

        // Make sure mocks are set up for current user
        switchUser(ActivityManager.getCurrentUser());
    }

    @After