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

Commit e9485079 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add mock for new conversation title." into main

parents 40e1d38f 58d52a4d
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
    }