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 6cd3ceb commit 7b76c0fCopy full SHA for 7b76c0f
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