Fix formatting for the entire workspace
This commit is contained in:
parent
33bc47dbe2
commit
74ca223114
5 changed files with 10 additions and 13 deletions
|
@ -1477,7 +1477,9 @@ async fn test_host_disconnect(
|
|||
.unwrap()
|
||||
.downcast::<Editor>()
|
||||
.unwrap();
|
||||
assert!(cx_b.read_window(window_id_b, |cx| editor_b.is_focused(cx)).unwrap());
|
||||
assert!(cx_b
|
||||
.read_window(window_id_b, |cx| editor_b.is_focused(cx))
|
||||
.unwrap());
|
||||
editor_b.update(cx_b, |editor, cx| editor.insert("X", cx));
|
||||
assert!(cx_b.is_window_edited(workspace_b.window_id()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue