isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Fix RNG seeding and add a test. #51

Closed shassard closed 5 years ago

shassard commented 5 years ago

The RND wasn't being seeded properly, so fix this up.

Add a test to verify that the length of the RandomString matches what we expect, to ensure that the new RND change didn't break the code.

isacikgoz commented 5 years ago

Thank you @shassard