Skip to content

Commit 60b9c87

Browse files
Updated snapshot tests
1 parent 005568d commit 60b9c87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

StreamChatSwiftUITests/Tests/ChatChannel/MessageViewMultiRowReactions_Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ final class MessageViewMultiRowReactions_Tests: StreamChatTestCase {
2525
return numberOfRows * rowSize + paddingOffset
2626
}
2727
let messageDisplayOptions = MessageDisplayOptions(reactionsTopPadding: reactionsTopPadding)
28-
2928
let utils = Utils(
29+
dateFormatter: EmptyDateFormatter(),
3030
messageListConfig: MessageListConfig(messageDisplayOptions: messageDisplayOptions)
3131
)
3232
streamChat = StreamChat(chatClient: chatClient, utils: utils)
Loading

0 commit comments

Comments
 (0)