crates/collab/src/tests/test_server.rs 🔗
@@ -569,9 +569,9 @@ impl TestClient {
cx.update(|cx| {
Project::local(
self.client().clone(),
+ self.app_state.node_runtime.clone(),
self.app_state.user_store.clone(),
self.app_state.languages.clone(),
- self.app_state.node_runtime.clone(),
self.app_state.fs.clone(),
cx,
)