Restore random edits in test to 5

This commit is contained in:
Antonio Scandurra 2021-06-09 20:51:14 +02:00
parent de803a6cfc
commit 71f50ce361

View file

@ -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.