Fix accidental drop of following task. Add back FollowNextCollaborator

This commit is contained in:
Max Brunsfeld 2023-12-15 16:15:31 -08:00
parent c8e918690f
commit a4cdf365be
2 changed files with 55 additions and 77 deletions

View file

@ -685,7 +685,9 @@ async fn test_following_to_channel_notes_without_a_shared_project(
// Client B follows client A.
workspace_b
.update(cx_b, |workspace, cx| {
workspace.follow(client_a.peer_id().unwrap(), cx).unwrap()
workspace
.start_following(client_a.peer_id().unwrap(), cx)
.unwrap()
})
.await
.unwrap();