mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
server: normalize errors
This commit is contained in:
@@ -495,7 +495,7 @@ func TestServerClose(t *testing.T) {
|
||||
s.Close()
|
||||
}
|
||||
|
||||
func TestServerErrorWrongUDPPorts(t *testing.T) {
|
||||
func TestServerErrorInvalidUDPPorts(t *testing.T) {
|
||||
t.Run("non consecutive", func(t *testing.T) {
|
||||
s := &Server{
|
||||
UDPRTPAddress: "127.0.0.1:8006",
|
||||
|
Reference in New Issue
Block a user