Skip to content

Commit 93447b7

Browse files
webzwo0irhansen
authored andcommitted
easysync tests: cover more string operation scenarios
1 parent 395cbc0 commit 93447b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/frontend/easysync-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ exports.randomMultiline = randomMultiline;
4848

4949
const randomStringOperation = (numCharsLeft) => {
5050
let result;
51-
switch (randInt(9)) {
51+
switch (randInt(11)) {
5252
case 0:
5353
{
5454
// insert char

0 commit comments

Comments
 (0)