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

Commit 68478697 authored by Mady Mellor's avatar Mady Mellor
Browse files

Test for ranking listener

Test: this is it / atest NotificationEntryManagerTest
Bug: 130441629
Change-Id: I2553a44caee080689202bf1941eb397469466cd8
parent bbcf07f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -402,6 +402,7 @@ public class NotificationEntryManagerTest extends SysuiTestCase {
        verify(mRow).setEntry(eq(mEntry));
        assertEquals(1, mEntry.systemGeneratedSmartActions.size());
        assertEquals("action", mEntry.systemGeneratedSmartActions.get(0).title);
        verify(mEntryListener).onNotificationRankingUpdated(mRankingMap);
    }

    @Test