File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class ChatChannelInfoView_Tests: StreamChatTestCase {
103103 let group = ChatChannel . mock (
104104 cid: . unique,
105105 name: " Test Group " ,
106- ownCapabilities: [ . deleteChannel , . updateChannel] ,
106+ ownCapabilities: [ . leaveChannel , . updateChannel] ,
107107 lastActiveMembers: members,
108108 memberCount: members. count
109109 )
@@ -151,7 +151,7 @@ class ChatChannelInfoView_Tests: StreamChatTestCase {
151151 let group = ChatChannel . mock (
152152 cid: . unique,
153153 name: " Test Group " ,
154- ownCapabilities: [ . deleteChannel , . updateChannel ] ,
154+ ownCapabilities: [ . updateChannel , . leaveChannel ] ,
155155 lastActiveMembers: members,
156156 memberCount: members. count
157157 )
You can’t perform that action at this time.
0 commit comments