Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2021-08-20 15:00:08 +02:00
co-authored by Nathan Sobo
parent b13da81a84
commit 3ba530bca1
+1 -1
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<()>,
}