Add dummy call handler for tests
This commit is contained in:
parent
7e7a778d11
commit
fa74c49dbb
2 changed files with 33 additions and 0 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue