Remove dead code for old admin pages

This commit is contained in:
Max Brunsfeld 2023-09-13 15:02:59 -07:00
parent 4ea6d12fe2
commit 18c899a0a8
7 changed files with 5 additions and 1150 deletions

View file

@ -3146,6 +3146,7 @@ async fn test_local_settings(
)
.await;
let (project_a, _) = client_a.build_local_project("/dir", cx_a).await;
deterministic.run_until_parked();
let project_id = active_call_a
.update(cx_a, |call, cx| call.share_project(project_a.clone(), cx))
.await