Skip to content

Commit

Permalink
Fix test on channel info view
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Nov 11, 2024
1 parent 5919dac commit c70c30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class ChatChannelInfoView_Tests: StreamChatTestCase {
let group = ChatChannel.mock(
cid: .unique,
name: "Test Group",
ownCapabilities: [.updateChannel, .leaveChannel],
ownCapabilities: [.updateChannel, .leaveChannel, .updateChannelMembers],
lastActiveMembers: members,
memberCount: members.count
)
Expand Down

0 comments on commit c70c30e

Please sign in to comment.