mirror of
https://github.com/aler9/gortsplib
synced 2025-10-18 13:10:42 +08:00
update golangci-lint (#535)
This commit is contained in:
@@ -149,7 +149,7 @@ func FuzzRangeUnmarshal(f *testing.F) {
|
||||
f.Add("npt=")
|
||||
f.Add("clock=")
|
||||
|
||||
f.Fuzz(func(t *testing.T, b string) {
|
||||
f.Fuzz(func(_ *testing.T, b string) {
|
||||
var h Range
|
||||
h.Unmarshal(base.HeaderValue{b}) //nolint:errcheck
|
||||
})
|
||||
|
Reference in New Issue
Block a user