Skip to content

Commit 15e356a

Browse files
webzwo0irhansen
authored andcommitted
easysync tests: cover more string operation scenarios
1 parent 17758e7 commit 15e356a

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
@@ -93,7 +93,7 @@ exports.randomTestChangeset = randomTestChangeset;
9393

9494
const randomStringOperation = (numCharsLeft) => {
9595
let result;
96-
switch (randInt(9)) {
96+
switch (randInt(11)) {
9797
case 0:
9898
{
9999
// insert char

0 commit comments

Comments
 (0)