Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2021-08-20 15:00:06 +02:00
parent b13da81a84
commit 3ba530bca1

View file

@ -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<()>,
}