Fixy fix
This commit is contained in:
parent
931bd687dc
commit
4a7233f8f0
1 changed files with 1 additions and 1 deletions
|
@ -326,8 +326,8 @@ async fn test_collaborating_with_completion(cx_a: &mut TestAppContext, cx_b: &mu
|
|||
editor_b.update(&mut cx_b, |editor, cx| {
|
||||
editor.change_selections(None, cx, |s| s.select_ranges([13..13]));
|
||||
editor.handle_input(".", cx);
|
||||
editor_b.focus_handle(cx).focus(cx);
|
||||
});
|
||||
cx_b.focus_view(&editor_b);
|
||||
|
||||
// Receive a completion request as the host's language server.
|
||||
// Return some completions from the host's language server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue