We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc49722 commit 63d399bCopy full SHA for 63d399b
src/tests/frontend/easysync-helper.js
@@ -48,7 +48,7 @@ exports.randomMultiline = randomMultiline;
48
49
const randomStringOperation = (numCharsLeft) => {
50
let result;
51
- switch (randInt(9)) {
+ switch (randInt(11)) {
52
case 0:
53
{
54
// insert char
0 commit comments