mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
rename tests
This commit is contained in:
@@ -264,7 +264,7 @@ func TestResponseReadIgnoreFrames(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
func TestResponseReadIgnoreFramesError(t *testing.T) {
|
||||
func TestResponseReadIgnoreFramesErrors(t *testing.T) {
|
||||
byts := []byte{0x25}
|
||||
|
||||
rb := bufio.NewReader(bytes.NewBuffer(byts))
|
||||
|
Reference in New Issue
Block a user