Skip to content

Commit 024e9c9

Browse files
committed
Updating tests
1 parent f3b9066 commit 024e9c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/test/java/org/thoughtcrime/securesms/conversation/v2/ConversationViewModelTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ class ConversationViewModelTest : BaseViewModelTest() {
129129
attachmentDatabase = mock {
130130
on { changesNotification } doReturn MutableSharedFlow()
131131
},
132+
openGroupManager = mock(),
133+
attachmentDownloadJobFactory = mock()
132134
)
133135
}
134136

0 commit comments

Comments
 (0)