mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
💄
This commit is contained in:
parent
fb2590d913
commit
62521531a6
1 changed files with 1 additions and 11 deletions
|
@ -4353,17 +4353,7 @@ async fn test_peers_simultaneously_following_each_other(
|
||||||
cx_a.update(editor::init);
|
cx_a.update(editor::init);
|
||||||
cx_b.update(editor::init);
|
cx_b.update(editor::init);
|
||||||
|
|
||||||
client_a
|
client_a.fs.insert_tree("/a", json!({})).await;
|
||||||
.fs
|
|
||||||
.insert_tree(
|
|
||||||
"/a",
|
|
||||||
json!({
|
|
||||||
"1.txt": "one",
|
|
||||||
"2.txt": "two",
|
|
||||||
"3.txt": "three",
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
.await;
|
|
||||||
let (project_a, _) = client_a.build_local_project("/a", cx_a).await;
|
let (project_a, _) = client_a.build_local_project("/a", cx_a).await;
|
||||||
let workspace_a = client_a.build_workspace(&project_a, cx_a);
|
let workspace_a = client_a.build_workspace(&project_a, cx_a);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue