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 395cbc0 commit 93447b7Copy full SHA for 93447b7
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