diff --git a/crates/project/src/worktree.rs b/crates/project/src/worktree.rs index efb898bd6c..8972a55604 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());