mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
enable errcheck
This commit is contained in:
@@ -2480,6 +2480,6 @@ func FuzzUnmarshal(f *testing.F) {
|
||||
|
||||
f.Fuzz(func(t *testing.T, b string) {
|
||||
desc := SessionDescription{}
|
||||
desc.Unmarshal([]byte(b))
|
||||
desc.Unmarshal([]byte(b)) //nolint:errcheck
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user