We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb3d02 commit 618c58bCopy full SHA for 618c58b
StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift
@@ -59,9 +59,12 @@ class MessageContainerView_Tests: StreamChatTestCase {
59
let key = "ai_generated"
60
let utils = Utils(
61
dateFormatter: EmptyDateFormatter(),
62
- messageListConfig: .init(skipEditedMessageLabel: { message in
63
- message.extraData[key]?.boolValue == true
64
- }))
+ messageListConfig: .init(
+ skipEditedMessageLabel: { message in
+ message.extraData[key]?.boolValue == true
65
+ }
66
+ )
67
68
streamChat = StreamChat(chatClient: chatClient, utils: utils)
69
let message = ChatMessage.mock(
70
id: .unique,
0 commit comments