diff --git a/pkg/http/mux_test.go b/pkg/http/mux_test.go index d3f9b3c9..7069e9da 100644 --- a/pkg/http/mux_test.go +++ b/pkg/http/mux_test.go @@ -10,8 +10,7 @@ import ( ) var _ = g.Describe("Mux", g.Ordered, func() { - var smm muxMap[int] - var pmm muxMap[int] + var smm, pmm muxMap[int] g.BeforeAll(func() { smm = make(simpleMuxMap[int])