mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
cleanup tests
This commit is contained in:
@@ -116,7 +116,7 @@ func TestServerReadSetupPath(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestServerReadSetupErrorDifferentPaths(t *testing.T) {
|
||||
func TestServerReadErrorSetupDifferentPaths(t *testing.T) {
|
||||
connClosed := make(chan struct{})
|
||||
|
||||
s := &Server{
|
||||
@@ -190,7 +190,7 @@ func TestServerReadSetupErrorDifferentPaths(t *testing.T) {
|
||||
<-connClosed
|
||||
}
|
||||
|
||||
func TestServerReadSetupErrorTrackTwice(t *testing.T) {
|
||||
func TestServerReadErrorSetupTrackTwice(t *testing.T) {
|
||||
connClosed := make(chan struct{})
|
||||
|
||||
s := &Server{
|
||||
|
Reference in New Issue
Block a user