mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 10:56:20 +00:00
Rename test (#11317)
This naming makes the purpose of the test clearer to people new to the project.
This commit is contained in:
parent
7bc1025d91
commit
155a80c6a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue