diff --git a/common/pin_test.go b/common/pin_test.go index f10ad6b..154ab06 100644 --- a/common/pin_test.go +++ b/common/pin_test.go @@ -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) } }) }