From b9ca2402428934d35d62d2d4e217e86e5657cb6c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 21 Feb 2025 21:31:20 -0500 Subject: [PATCH] editor: Fix compile errors after bad merge (#25374) This PR fixes the compile errors after https://github.com/zed-industries/zed/pull/25367 was merged without passing CI. Release Notes: - N/A --- crates/editor/src/editor_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/editor/src/editor_tests.rs b/crates/editor/src/editor_tests.rs index 05b80ce398752d..dc5173c8e08c55 100644 --- a/crates/editor/src/editor_tests.rs +++ b/crates/editor/src/editor_tests.rs @@ -14843,7 +14843,7 @@ async fn test_adjacent_diff_hunks(executor: BackgroundExecutor, cx: &mut TestApp ); cx.set_diff_base(&diff_base); cx.update_editor(|editor, window, cx| { - editor.expand_all_diff_hunks(&ExpandAllHunkDiffs, window, cx); + editor.expand_all_diff_hunks(&ExpandAllDiffHunks, window, cx); }); executor.run_until_parked(); @@ -14936,7 +14936,7 @@ async fn test_adjacent_diff_hunks(executor: BackgroundExecutor, cx: &mut TestApp ); cx.update_editor(|editor, window, cx| { - editor.expand_all_diff_hunks(&ExpandAllHunkDiffs, window, cx); + editor.expand_all_diff_hunks(&ExpandAllDiffHunks, window, cx); }); cx.assert_state_with_diff(