mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-09 20:04:25 +00:00
Restore random edits in test to 5
This commit is contained in:
parent
de803a6cfc
commit
71f50ce361
1 changed files with 1 additions and 1 deletions
|
@ -3461,7 +3461,7 @@ mod tests {
|
||||||
where
|
where
|
||||||
T: Rng,
|
T: Rng,
|
||||||
{
|
{
|
||||||
let (old_ranges, new_text, operation) = self.randomly_edit(rng, 2, cx.as_deref_mut());
|
let (old_ranges, new_text, operation) = self.randomly_edit(rng, 5, cx.as_deref_mut());
|
||||||
let mut operations = Vec::from_iter(operation);
|
let mut operations = Vec::from_iter(operation);
|
||||||
|
|
||||||
// Randomly add, remove or mutate selection sets.
|
// Randomly add, remove or mutate selection sets.
|
||||||
|
|
Loading…
Reference in a new issue