Fix warnings and tests

This commit is contained in:
Nathan Sobo 2021-12-18 11:06:07 -07:00
parent e4f18947de
commit ab5db0bc1e
4 changed files with 47 additions and 35 deletions

View file

@ -1153,7 +1153,8 @@ mod tests {
)
})
.unwrap()
.await;
.await
.unwrap();
workspace_b.read_with(&cx_b, |workspace, cx| {
let active_pane = workspace.active_pane().read(cx);
assert!(active_pane.active_item().is_some());