Fix test_peers_following_each_other
for Windows (#28008)
Release Notes: - N/A
This commit is contained in:
parent
cd85b430e4
commit
9abfbdff43
1 changed files with 2 additions and 2 deletions
|
@ -674,7 +674,7 @@ async fn test_peers_following_each_other(cx_a: &mut TestAppContext, cx_b: &mut T
|
||||||
client_a
|
client_a
|
||||||
.fs()
|
.fs()
|
||||||
.insert_tree(
|
.insert_tree(
|
||||||
"/a",
|
path!("/a"),
|
||||||
json!({
|
json!({
|
||||||
"1.txt": "one",
|
"1.txt": "one",
|
||||||
"2.txt": "two",
|
"2.txt": "two",
|
||||||
|
@ -683,7 +683,7 @@ async fn test_peers_following_each_other(cx_a: &mut TestAppContext, cx_b: &mut T
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
let (project_a, worktree_id) = client_a.build_local_project("/a", cx_a).await;
|
let (project_a, worktree_id) = client_a.build_local_project(path!("/a"), cx_a).await;
|
||||||
active_call_a
|
active_call_a
|
||||||
.update(cx_a, |call, cx| call.set_location(Some(&project_a), cx))
|
.update(cx_a, |call, cx| call.set_location(Some(&project_a), cx))
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue