Fix some tests (mostly more run_until_parked's...)
This commit is contained in:
parent
276bfa0fab
commit
2ca462722c
4 changed files with 9 additions and 11 deletions
|
@ -3065,6 +3065,7 @@ async fn test_local_settings(
|
|||
.update(cx_a, |call, cx| call.share_project(project_a.clone(), cx))
|
||||
.await
|
||||
.unwrap();
|
||||
executor.run_until_parked();
|
||||
|
||||
// As client B, join that project and observe the local settings.
|
||||
let project_b = client_b.build_remote_project(project_id, cx_b).await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue