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

Commit 58d52a4d authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Add mock for new conversation title.

Change-Id: I33f9395c83241078301f1f743dd53a27c47c6402
Fix: 397900637
Test: this
Flag: TEST_ONLY
parent 6480ad21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ class NotificationConversationTemplateViewWrapperTest : SysuiTestCase() {
                    .thenReturn(mock())
                whenever(requireViewById<View>(R.id.app_name_text)).thenReturn(mock())
                whenever(requireViewById<View>(R.id.conversation_text)).thenReturn(mock())
                whenever(requireViewById<View>(R.id.title)).thenReturn(mock())
            }
        return mockView
    }