mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
💄
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
b13da81a84
commit
3ba530bca1
1 changed files with 1 additions and 1 deletions
|
@ -1536,7 +1536,7 @@ mod tests {
|
|||
struct TestServer {
|
||||
peer: Arc<Peer>,
|
||||
app_state: Arc<AppState>,
|
||||
server: Arc<rpc::Server>,
|
||||
server: Arc<Server>,
|
||||
db_name: String,
|
||||
notifications: mpsc::Receiver<()>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue