Update method name and partially document platform crate
co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
7a299e966a
commit
9eecda2dae
10 changed files with 38 additions and 32 deletions
|
@ -1809,9 +1809,9 @@ mod tests {
|
|||
assert!(workspace.active_item(cx).is_none());
|
||||
})
|
||||
.unwrap();
|
||||
editor_1.assert_dropped();
|
||||
editor_2.assert_dropped();
|
||||
buffer.assert_dropped();
|
||||
editor_1.assert_released();
|
||||
editor_2.assert_released();
|
||||
buffer.assert_released();
|
||||
}
|
||||
|
||||
#[gpui::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue