node-firestore-import-export icon indicating copy to clipboard operation
node-firestore-import-export copied to clipboard

fix: random test bug.

Open ytetsuro opened this issue 5 years ago • 0 comments

Changes proposed in this pull request:

Test is failed when expectedRemainder is zero.

If the return value of Math.random() is divisible by 100, expectedRemainder is zero.

ytetsuro avatar Oct 06 '20 06:10 ytetsuro