Moar tests
This commit is contained in:
@@ -114,7 +114,6 @@ impl<D: PickerDelegate> Picker<D> {
|
||||
}
|
||||
|
||||
fn cancel(&mut self, _: &menu::Cancel, cx: &mut ViewContext<Self>) {
|
||||
dbg!("picker cancel");
|
||||
self.delegate.dismissed(cx);
|
||||
}
|
||||
|
||||
|
||||
+484
-480
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,8 @@ impl<'a> VimTestContext<'a> {
|
||||
Vim::update(cx, |vim, cx| {
|
||||
vim.switch_mode(mode, true, cx);
|
||||
})
|
||||
});
|
||||
})
|
||||
.unwrap();
|
||||
self.cx.cx.cx.run_until_parked();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user