Fix test build

This commit is contained in:
Julia 2022-09-30 11:13:22 -04:00
parent fcf11b1181
commit bce25918a0

View File

@ -3211,7 +3211,7 @@ mod tests {
})); }));
let http_client = FakeHttpClient::with_404_response(); let http_client = FakeHttpClient::with_404_response();
let client = Client::new(http_client); let client = cx.read(|cx| Client::new(http_client, cx));
let tree = Worktree::local( let tree = Worktree::local(
client, client,
root.path(), root.path(),