mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 21:32:39 +00:00
fix broken test
This commit is contained in:
parent
c3518cefe8
commit
cf193154e1
1 changed files with 0 additions and 3 deletions
|
@ -84,9 +84,6 @@ async fn test_buffer_search(cx: &mut gpui::TestAppContext) {
|
|||
);
|
||||
cx.simulate_keystroke("/");
|
||||
|
||||
// We now use a weird insert mode with selection when jumping to a single line editor
|
||||
assert_eq!(cx.mode(), Mode::Insert);
|
||||
|
||||
let search_bar = cx.workspace(|workspace, cx| {
|
||||
workspace
|
||||
.active_pane()
|
||||
|
|
Loading…
Reference in a new issue