Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Dec 2, 2024
1 parent da5f8c6 commit 64934cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/warp-ipfs/tests/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3416,7 +3416,7 @@ mod test {
MessageEventKind::RevokedCommunityChannelPermissionForAll {
community_id: community.id(),
channel_id: channel.id(),
permission: CommunityChannelPermission::SendMessages,
permissions: vec![CommunityChannelPermission::SendMessages.to_string()],
},
)
.await?;
Expand Down Expand Up @@ -3608,7 +3608,7 @@ mod test {
MessageEventKind::RevokedCommunityChannelPermissionForAll {
community_id: community.id(),
channel_id: channel.id(),
permission: CommunityChannelPermission::SendMessages,
permissions: vec![CommunityChannelPermission::SendMessages.to_string()],
},
)
.await?;
Expand Down Expand Up @@ -3993,7 +3993,7 @@ mod test {
Duration::from_secs(60),
MessageEventKind::RevokedCommunityPermissionForAll {
community_id: community.id(),
permission: CommunityPermission::PinMessages,
permissions: vec![CommunityPermission::PinMessages.to_string()],
},
)
.await?;
Expand Down Expand Up @@ -4193,7 +4193,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 64934cf

Please sign in to comment.