Skip to content

Commit

Permalink
chore: remove unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankddev committed Dec 18, 2024
1 parent e2a0ca4 commit 10f00ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/project_panel/src/project_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7024,7 +7024,7 @@ mod tests {
.update(cx, |panel, cx| {
panel
.filename_editor
.update(cx, |editor, cx| editor.set_text(excluded_dir_path, cx));
.update(cx, |editor, cx| editor.set_text(excluded_file_path, cx));
panel.confirm_edit(cx).unwrap()
})
.await
Expand Down Expand Up @@ -7118,7 +7118,7 @@ mod tests {
.update(cx, |panel, cx| {
panel
.filename_editor
.update(cx, |editor, cx| editor.set_text(excluded_file_path, cx));
.update(cx, |editor, cx| editor.set_text(excluded_dir_path, cx));
panel.confirm_edit(cx).unwrap()
})
.await
Expand Down

0 comments on commit 10f00ed

Please sign in to comment.