Fix broken merge (#25776)

Cole Miller created

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...

Change summary

crates/git_ui/src/project_diff.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

crates/git_ui/src/project_diff.rs 🔗

@@ -1076,7 +1076,7 @@ mod tests {
         cx.run_until_parked();
 
         let editor = cx.update_window_entity(&diff, |diff, window, cx| {
-            diff.scroll_to_path(
+            diff.move_to_path(
                 PathKey::namespaced(TRACKED_NAMESPACE, Path::new("foo").into()),
                 window,
                 cx,
@@ -1097,7 +1097,7 @@ mod tests {
         );
 
         let editor = cx.update_window_entity(&diff, |diff, window, cx| {
-            diff.scroll_to_path(
+            diff.move_to_path(
                 PathKey::namespaced(TRACKED_NAMESPACE, Path::new("bar").into()),
                 window,
                 cx,