Files
bus/pkg_test.go

12 lines
122 B
Go
Raw Normal View History

2023-04-20 18:29:49 +00:00
package bus_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}