WIP
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
daddb03e7a
commit
a4a1e6ba98
7 changed files with 49 additions and 8 deletions
|
@ -149,7 +149,7 @@ impl TestServer {
|
|||
.user_id
|
||||
};
|
||||
let client_name = name.to_string();
|
||||
let mut client = cx.read(|cx| Client::new(http.clone(), cx));
|
||||
let mut client = cx.update(|cx| Client::new(http.clone(), cx));
|
||||
let server = self.server.clone();
|
||||
let db = self.app_state.db.clone();
|
||||
let connection_killers = self.connection_killers.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue