mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
For some reason, the tests on GH fail
This commit is contained in:
parent
eaf4a4c57d
commit
e143d81e79
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ func TestGenLength(t *testing.T) {
|
||||||
config.minPassLen = testCase.minLength
|
config.minPassLen = testCase.minLength
|
||||||
config.maxPassLen = testCase.maxLength
|
config.maxPassLen = testCase.maxLength
|
||||||
pwLength := getPwLengthFromParams(&config)
|
pwLength := getPwLengthFromParams(&config)
|
||||||
|
t.Logf("pwLenght is: %v", pwLength)
|
||||||
for i := 0; i < 1000; i++ {
|
for i := 0; i < 1000; i++ {
|
||||||
pwString, err := getRandChar(&charRange, pwLength)
|
pwString, err := getRandChar(&charRange, pwLength)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue