easysync tests: cover more string operation scenarios
parent
395cbc01bb
commit
93447b7493
|
@ -48,7 +48,7 @@ exports.randomMultiline = randomMultiline;
|
|||
|
||||
const randomStringOperation = (numCharsLeft) => {
|
||||
let result;
|
||||
switch (randInt(9)) {
|
||||
switch (randInt(11)) {
|
||||
case 0:
|
||||
{
|
||||
// insert char
|
||||
|
|
Loading…
Reference in New Issue