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());
|
buffers.extend(search.await?.into_keys());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
60..=69 => {
|
60..=79 => {
|
||||||
let worktree = project
|
let worktree = project
|
||||||
.read_with(cx, |project, cx| {
|
.read_with(cx, |project, cx| {
|
||||||
project
|
project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue