Remove unused dependencies and avoid instantiating FontCache in tests

This commit is contained in:
Antonio Scandurra
2021-03-25 10:48:32 +01:00
parent 5f3dbb05d6
commit 0906b2a2f4
7 changed files with 11 additions and 21 deletions
+1 -1
View File
@@ -1907,7 +1907,7 @@ mod tests {
use gpui::App;
use std::{cell::RefCell, rc::Rc};
let mut app = App::test((), |mut app| async move {
App::test((), |mut app| async move {
let buffer_1_events = Rc::new(RefCell::new(Vec::new()));
let buffer_2_events = Rc::new(RefCell::new(Vec::new()));