Moved to workspaces crate... don't feel great about it
This commit is contained in:
parent
e578f2530e
commit
a5edac312e
12 changed files with 128 additions and 97 deletions
|
@ -630,7 +630,7 @@ mod tests {
|
|||
use gpui::{
|
||||
executor::Deterministic, AssetSource, MutableAppContext, TestAppContext, ViewHandle,
|
||||
};
|
||||
use project::{Project, ProjectPath};
|
||||
use project::{Db, Project, ProjectPath};
|
||||
use serde_json::json;
|
||||
use std::{
|
||||
collections::HashSet,
|
||||
|
@ -1817,7 +1817,7 @@ mod tests {
|
|||
state.initialize_workspace = initialize_workspace;
|
||||
state.build_window_options = build_window_options;
|
||||
call::init(app_state.client.clone(), app_state.user_store.clone(), cx);
|
||||
workspace::init(app_state.clone(), cx);
|
||||
workspace::init(app_state.clone(), cx, Db::open_in_memory("test"));
|
||||
editor::init(cx);
|
||||
pane::init(cx);
|
||||
app_state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue