hash-pin #235

Merged
lash merged 15 commits from hash-pin into master 2025-01-03 09:25:26 +01:00
Showing only changes of commit c26f5683f6 - Show all commits

View File

@ -114,7 +114,7 @@ func TestVerifyMigratedHashPin(t *testing.T) {
t.Run(tt.pin, func(t *testing.T) {
ok := VerifyPIN(tt.hash, tt.pin)
if !ok {
t.Errorf("VerifyPIN could not verify migrated PIN: %v", tt.pin, ok)
t.Errorf("VerifyPIN could not verify migrated PIN: %v", tt.pin)
}
})
}