mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename tests
This commit is contained in:
@@ -279,7 +279,7 @@ func TestRequestReadIgnoreFrames(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
func TestRequestReadIgnoreFramesError(t *testing.T) {
|
||||
func TestRequestReadIgnoreFramesErrors(t *testing.T) {
|
||||
byts := []byte{0x25}
|
||||
|
||||
rb := bufio.NewReader(bytes.NewBuffer(byts))
|
||||
|
Reference in New Issue
Block a user