Skip to content

Commit ff5d248

Browse files
committed
Fix FolderChatsNormalizationTest build error
1 parent 6c0558e commit ff5d248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presentation/src/test/java/org/monogram/presentation/features/chats/list/FolderChatsNormalizationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ class FolderChatsNormalizationTest {
2727
}
2828

2929
private fun chat(id: Long, order: Long = id): ChatModel =
30-
ChatModel(id = id, title = "chat $id", order = order)
30+
ChatModel(id = id, title = "chat $id", order = order, unreadCount = 0)
3131
}

0 commit comments

Comments
 (0)