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 17758e7 commit 15e356aCopy full SHA for 15e356a
src/tests/frontend/easysync-helper.js
@@ -93,7 +93,7 @@ exports.randomTestChangeset = randomTestChangeset;
93
94
const randomStringOperation = (numCharsLeft) => {
95
let result;
96
- switch (randInt(9)) {
+ switch (randInt(11)) {
97
case 0:
98
{
99
// insert char
0 commit comments