diff --git a/crates/project/src/worktree.rs b/crates/project/src/worktree.rs index efb898bd6c912642576ba07a635f9c51a7f0afce..8972a556049f8077c77eb22297c5fc5ef59e32a8 100644 --- a/crates/project/src/worktree.rs +++ b/crates/project/src/worktree.rs @@ -5387,6 +5387,9 @@ mod tests { .await .unwrap(); + cx.read(|cx| tree.read(cx).as_local().unwrap().scan_complete()) + .await; + cx.foreground().run_until_parked(); let snapshot = tree.read_with(cx, |tree, _| tree.snapshot());