Fix Konsist test by removing the explicit type.
This commit is contained in:
parent
3ea448e6bb
commit
1df1e83efc
1 changed files with 4 additions and 6 deletions
|
|
@ -178,12 +178,10 @@ class TypingNotificationPresenterTest {
|
|||
sessionPreferencesStore: SessionPreferencesStore = InMemorySessionPreferencesStore(
|
||||
isRenderTypingNotificationsEnabled = true
|
||||
),
|
||||
): TypingNotificationPresenter {
|
||||
return TypingNotificationPresenter(
|
||||
room = matrixRoom,
|
||||
sessionPreferencesStore = sessionPreferencesStore,
|
||||
)
|
||||
}
|
||||
) = TypingNotificationPresenter(
|
||||
room = matrixRoom,
|
||||
sessionPreferencesStore = sessionPreferencesStore,
|
||||
)
|
||||
|
||||
private fun createDefaultRoomMember(
|
||||
userId: UserId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue