Files
potency/pkg_test.go
Ian Gulliver cb9d3aef62 Initial commit
2023-04-20 17:54:42 +00:00

12 lines
126 B
Go

package potency_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}