Fix tests

This commit is contained in:
Antonio Scandurra 2022-06-15 11:16:26 +02:00
parent a85f9e74b1
commit 197a4342d0

View File

@ -1082,7 +1082,7 @@ impl Server {
let follower_id = request.sender_id;
{
let mut store = self.store_mut().await;
if store
if !store
.project_connection_ids(request.payload.project_id, follower_id)?
.contains(&leader_id)
{