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