Skip to content

Commit a73e390

Browse files
webzwo0irhansen
authored andcommitted
easysync tests: cover more string operation scenarios
1 parent e95f130 commit a73e390

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)