mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Wait for project sharing to complete in LSP status integration test
This commit is contained in:
parent
1f0a9ce418
commit
0e695eaae8
1 changed files with 1 additions and 0 deletions
|
@ -3874,6 +3874,7 @@ async fn test_language_server_statuses(
|
|||
.update(cx_a, |call, cx| call.share_project(project_a.clone(), cx))
|
||||
.await
|
||||
.unwrap();
|
||||
deterministic.run_until_parked();
|
||||
let project_b = client_b.build_remote_project(project_id, cx_b).await;
|
||||
project_b.read_with(cx_b, |project, _| {
|
||||
let status = project.language_server_statuses().next().unwrap();
|
||||
|
|
Loading…
Reference in a new issue