For some reason, the tests on GH fail

This commit is contained in:
Winni Neessen 2021-04-17 11:15:35 +02:00
parent eaf4a4c57d
commit e143d81e79
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -72,6 +72,7 @@ func TestGenLength(t *testing.T) {
config.minPassLen = testCase.minLength
config.maxPassLen = testCase.maxLength
pwLength := getPwLengthFromParams(&config)
t.Logf("pwLenght is: %v", pwLength)
for i := 0; i < 1000; i++ {
pwString, err := getRandChar(&charRange, pwLength)
if err != nil {