Fix project panel test helper
This commit is contained in:
@@ -2371,7 +2371,7 @@ mod tests {
|
||||
}
|
||||
|
||||
let indent = " ".repeat(details.depth);
|
||||
let icon = if matches!(details.kind, EntryKind::Dir | EntryKind::PendingDir) {
|
||||
let icon = if details.kind.is_dir() {
|
||||
if details.is_expanded {
|
||||
"v "
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user