Add dummy call handler for tests

This commit is contained in:
Piotr Osiewicz 2023-11-22 19:23:58 +01:00
parent 7e7a778d11
commit fa74c49dbb
2 changed files with 33 additions and 0 deletions

View file

@ -221,6 +221,7 @@ impl TestServer {
fs: fs.clone(),
build_window_options: |_, _, _| Default::default(),
node_runtime: FakeNodeRuntime::new(),
call_factory: |_, _| Box::new(workspace::TestCallHandler),
});
cx.update(|cx| {