mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-06 17:18:34 +00:00
chore: golangci-lint update.
This commit is contained in:
@ -62,7 +62,7 @@ func FuzzNewParser(f *testing.F) {
|
||||
f.Add(inSeed1)
|
||||
f.Add(inSeed2)
|
||||
|
||||
f.Fuzz(func(t *testing.T, data []byte) {
|
||||
f.Fuzz(func(_ *testing.T, data []byte) {
|
||||
_, _ = New(bytes.NewReader(data))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user