Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Dec 6, 2024
1 parent ee3cba2 commit 7aa6011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/warp-ipfs/tests/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4570,7 +4570,7 @@ mod test {
MessageEventKind::RevokedCommunityChannelPermissionForAll {
community_id: community.id(),
channel_id: channel.id(),
permission: CommunityChannelPermission::SendAttachments,
permissions: vec![CommunityChannelPermission::SendAttachments.to_string()],
},
)
.await?;
Expand Down Expand Up @@ -4743,7 +4743,7 @@ mod test {
MessageEventKind::RevokedCommunityChannelPermissionForAll {
community_id: community.id(),
channel_id: channel.id(),
permission: CommunityChannelPermission::ViewChannel,
permissions: vec![CommunityChannelPermission::ViewChannel.to_string()],
},
)
.await?;
Expand Down Expand Up @@ -4971,7 +4971,7 @@ mod test {
MessageEventKind::RevokedCommunityChannelPermissionForAll {
community_id: community.id(),
channel_id: channel.id(),
permission: CommunityChannelPermission::ViewChannel,
permissions: vec![CommunityChannelPermission::ViewChannel.to_string()],
},
)
.await?;
Expand Down

0 comments on commit 7aa6011

Please sign in to comment.