From 155a80c6a5b494c487cd881ab61920d0138da7f9 Mon Sep 17 00:00:00 2001 From: Max Linke Date: Fri, 3 May 2024 03:56:34 +0200 Subject: [PATCH] Rename test (#11317) This naming makes the purpose of the test clearer to people new to the project. --- crates/collab/src/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab/src/tests/integration_tests.rs b/crates/collab/src/tests/integration_tests.rs index 682ee576ea9634bbe15773b14db2eba9d5c5ac69..8c1cbfe259ef0bf8cd16d0f4e3230ebcb03831e0 100644 --- a/crates/collab/src/tests/integration_tests.rs +++ b/crates/collab/src/tests/integration_tests.rs @@ -6105,7 +6105,7 @@ async fn test_right_click_menu_behind_collab_panel(cx: &mut TestAppContext) { } #[gpui::test] -async fn test_cmd_k_left(cx: &mut TestAppContext) { +async fn test_pane_split_left(cx: &mut TestAppContext) { let (_, client) = TestServer::start1(cx).await; let (workspace, cx) = client.build_test_workspace(cx).await;