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

Commit 359e056c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix important person notification ranking test" into rvc-dev am: ae97b108 am: d4c15017

Change-Id: I846f8476c95c7c6c7dc817aa2e9e4246a0357f27
parents 4a0d2006 d4c15017
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ class NotificationRankingManagerTest : SysuiTestCase() {
                .setTag("tag")
                .setNotification(aN)
                .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT))
                .setUser(mContext.getUser())
                .setUser(mContext.user)
                .setOverrideGroupKey("")
                .build()
        whenever(personNotificationIdentifier.isImportantPeopleNotification(a.sbn, a.ranking))
@@ -226,12 +226,12 @@ class NotificationRankingManagerTest : SysuiTestCase() {
                .setTag("tag")
                .setNotification(bN)
                .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT))
                .setUser(mContext.getUser())
                .setUser(mContext.user)
                .setOverrideGroupKey("")
                .build()
        whenever(personNotificationIdentifier.isImportantPeopleNotification(a.sbn, a.ranking))
                .thenReturn(false)
        whenever(personNotificationIdentifier.isPeopleNotification(a.sbn, a.ranking))
        whenever(personNotificationIdentifier.isImportantPeopleNotification(b.sbn, b.ranking))
                .thenReturn(true)
        whenever(personNotificationIdentifier.isPeopleNotification(b.sbn, b.ranking))
                .thenReturn(true)

        assertEquals(