mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
Fix comment
This commit is contained in:
parent
b0e81c58dc
commit
0bd6e7bac3
1 changed files with 1 additions and 1 deletions
|
@ -2726,7 +2726,7 @@ mod tests {
|
|||
&["v project_root", " > dir_1", " > dir_2",]
|
||||
);
|
||||
|
||||
// Open dir_1 and make sure nested_dir was collapsed during
|
||||
// Open dir_1 and make sure nested_dir was collapsed when running collapse_all_entries
|
||||
toggle_expand_dir(&panel, "project_root/dir_1", cx);
|
||||
cx.foreground().run_until_parked();
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue