Files
elect/pkg_test.go

12 lines
124 B
Go
Raw Normal View History

2023-05-30 20:45:13 -07:00
package elect_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}