Merge pull request #1204 from trheyi/main

Refactor OTP tests and cleanup code
This commit is contained in:
Max 2025-10-15 17:22:15 +08:00 committed by GitHub
commit c0317354d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View file

@ -119,4 +119,3 @@ func generateRandomString(length int, charset string) string {
return string(result) return string(result)
} }

View file

@ -226,4 +226,3 @@ func BenchmarkGenerateAlphanumeric(b *testing.B) {
Generate(option) Generate(option)
} }
} }