mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Fix test build
This commit is contained in:
parent
fcf11b1181
commit
bce25918a0
1 changed files with 1 additions and 1 deletions
|
@ -3211,7 +3211,7 @@ mod tests {
|
|||
}));
|
||||
|
||||
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(
|
||||
client,
|
||||
root.path(),
|
||||
|
|
Loading…
Reference in a new issue