mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
improve tests (#742)
This commit is contained in:
@@ -33,7 +33,7 @@ func TestDecode(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestDecoderErrorLimit(t *testing.T) {
|
||||
func TestDecoderErrorOBUCount(t *testing.T) {
|
||||
d := &Decoder{}
|
||||
err := d.Init()
|
||||
require.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user