Skip to content

Commit 6dfa56c

Browse files
committed
fix: Update test for ChatModel unreadCount parameter
1 parent 884e401 commit 6dfa56c

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)