Fix test

Conrad Irwin created

Change summary

crates/gpui2/src/interactive.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/gpui2/src/interactive.rs 🔗

@@ -337,7 +337,6 @@ mod test {
             .update(cx, |test_view, cx| cx.focus(&test_view.focus_handle))
             .unwrap();
 
-        cx.dispatch_keystroke(*window, Keystroke::parse("space").unwrap(), false);
         cx.dispatch_keystroke(*window, Keystroke::parse("ctrl-g").unwrap(), false);
 
         window