Skip to content

Commit 61652aa

Browse files
committed
easysync tests: cover more string operation scenarios
1 parent 7ca886e commit 61652aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/frontend/specs/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)