Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added unit tests, bug fix in generateRandomString #23

Merged
merged 1 commit into from
May 23, 2023

Conversation

ksalin
Copy link
Contributor

@ksalin ksalin commented May 22, 2023

The bug was that the random string was ocassionally shorter than expected, which was a known problem with that implementation. After the change it generates still same kind of random strings (a-z and 0-9), but now it is always of the specified length and also the length can be now very long if needed.

@ksalin ksalin merged commit b3888ec into main May 23, 2023
@ksalin ksalin deleted the feature/util-unit-testing branch May 23, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants