mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
rename tests
This commit is contained in:
@@ -143,7 +143,7 @@ func TestReadInterleavedFrameOrRequest(t *testing.T) {
|
||||
require.Equal(t, &f, out)
|
||||
}
|
||||
|
||||
func TestReadInterleavedFrameOrRequestError(t *testing.T) {
|
||||
func TestReadInterleavedFrameOrRequestErrors(t *testing.T) {
|
||||
for _, ca := range []struct {
|
||||
name string
|
||||
byts []byte
|
||||
@@ -198,7 +198,7 @@ func TestReadInterleavedFrameOrResponse(t *testing.T) {
|
||||
require.Equal(t, &f, out)
|
||||
}
|
||||
|
||||
func TestReadInterleavedFrameOrResponseError(t *testing.T) {
|
||||
func TestReadInterleavedFrameOrResponseErrors(t *testing.T) {
|
||||
for _, ca := range []struct {
|
||||
name string
|
||||
byts []byte
|
||||
|
Reference in New Issue
Block a user