rename tests

This commit is contained in:
aler9
2021-03-21 18:55:30 +01:00
parent 4009cf5b3a
commit 73a5831a60
6 changed files with 27 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/aler9/gortsplib/pkg/base"
)
func TestClientConnSession(t *testing.T) {
func TestClientSession(t *testing.T) {
l, err := net.Listen("tcp", "localhost:8554")
require.NoError(t, err)
defer l.Close()
@@ -77,7 +77,7 @@ func TestClientConnSession(t *testing.T) {
require.NoError(t, err)
}
func TestClientConnAuth(t *testing.T) {
func TestClientAuth(t *testing.T) {
l, err := net.Listen("tcp", "localhost:8554")
require.NoError(t, err)
defer l.Close()