Fix warnings and tests
This commit is contained in:
parent
e4f18947de
commit
ab5db0bc1e
4 changed files with 47 additions and 35 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue