mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 14:11:34 +00:00
add mroe dbg
This commit is contained in:
parent
9d58c4526d
commit
9e9d8e3a7b
1 changed files with 1 additions and 0 deletions
|
@ -5444,6 +5444,7 @@ mod tests {
|
|||
.iter()
|
||||
.map(|(path, _)| snapshot.entry_for_path(path).unwrap().clone())
|
||||
.collect::<Vec<_>>();
|
||||
dbg!(&entries);
|
||||
snapshot.propagate_git_statuses(&mut entries);
|
||||
dbg!(&entries);
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue