mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Fix ProjectPanel test failure
This commit is contained in:
parent
6007fa6ab3
commit
8dcd38c25a
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ mod tests {
|
||||||
depth: 1,
|
depth: 1,
|
||||||
is_dir: true,
|
is_dir: true,
|
||||||
is_expanded: true,
|
is_expanded: true,
|
||||||
is_selected: false,
|
is_selected: true,
|
||||||
},
|
},
|
||||||
EntryDetails {
|
EntryDetails {
|
||||||
filename: "3".to_string(),
|
filename: "3".to_string(),
|
||||||
|
|
Loading…
Reference in a new issue