mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
easysync tests: cover more string operation scenarios
This commit is contained in:
parent
3b5c5830b0
commit
ca4ecfd77f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ exports.randomMultiline = randomMultiline;
|
|||
|
||||
const randomStringOperation = (numCharsLeft) => {
|
||||
let result;
|
||||
switch (randInt(9)) {
|
||||
switch (randInt(11)) {
|
||||
case 0:
|
||||
{
|
||||
// insert char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue