add mroe dbg

This commit is contained in:
Mikayla Maki 2023-06-07 16:50:15 -07:00
parent 9d58c4526d
commit 9e9d8e3a7b
No known key found for this signature in database

View file

@ -5444,6 +5444,7 @@ mod tests {
.iter() .iter()
.map(|(path, _)| snapshot.entry_for_path(path).unwrap().clone()) .map(|(path, _)| snapshot.entry_for_path(path).unwrap().clone())
.collect::<Vec<_>>(); .collect::<Vec<_>>();
dbg!(&entries);
snapshot.propagate_git_statuses(&mut entries); snapshot.propagate_git_statuses(&mut entries);
dbg!(&entries); dbg!(&entries);
assert_eq!( assert_eq!(