cleanup tests

This commit is contained in:
aler9
2021-05-02 21:40:07 +02:00
committed by Alessandro Ros
parent 3ed4ef942a
commit 7c7ee3bb14
2 changed files with 5 additions and 5 deletions

View File

@@ -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{