diff --git a/pkg/connection/port_test.go b/pkg/connection/port_test.go index 2462457..d97a73a 100644 --- a/pkg/connection/port_test.go +++ b/pkg/connection/port_test.go @@ -31,6 +31,7 @@ func Test_portAvailable(t *testing.T) { if err == nil { conn.Close() } + serv.Close() } }()