server: normalize errors

This commit is contained in:
aler9
2021-06-18 00:08:04 +02:00
parent db28e87ecb
commit 7238502094
4 changed files with 17 additions and 17 deletions

View File

@@ -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",