Get project2 tests green

This commit is contained in:
Nathan Sobo 2023-11-01 20:14:40 -06:00
parent 401ddc6f49
commit 53066df522
5 changed files with 31 additions and 23 deletions

View file

@ -4065,6 +4065,7 @@ impl WorktreeModelHandle for Model<Worktree> {
fs.create_file(&root_path.join(file_name), Default::default())
.await
.unwrap();
cx.condition(&tree, |tree, _| tree.entry_for_path(file_name).is_some())
.await;