mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-25 19:29:49 +00:00
Increase probability of creating new files in randomized test
This commit is contained in:
parent
cd2a8579b9
commit
d525cfd697
1 changed files with 1 additions and 1 deletions
|
@ -6391,7 +6391,7 @@ impl TestClient {
|
|||
buffers.extend(search.await?.into_keys());
|
||||
}
|
||||
}
|
||||
60..=69 => {
|
||||
60..=79 => {
|
||||
let worktree = project
|
||||
.read_with(cx, |project, cx| {
|
||||
project
|
||||
|
|
Loading…
Reference in a new issue