Skip to content

Commit 14cd23f

Browse files
committed
Fix test issue
1 parent 965e5fb commit 14cd23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelTestHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ChatChannelTestHelpers {
1717
let config = ChannelConfig(commands: [Command(name: "giphy", description: "", set: "", args: "")])
1818
let channel = chatChannel ?? ChatChannel.mockDMChannel(
1919
config: config,
20-
ownCapabilities: [.uploadFile],
20+
ownCapabilities: [.sendMessage, .uploadFile],
2121
lastActiveWatchers: lastActiveWatchers
2222
)
2323
let channelQuery = ChannelQuery(cid: channel.cid)

0 commit comments

Comments
 (0)