Files
store/pkg_test.go
Ian Gulliver 570716e0af Initial commit
2023-04-20 18:08:42 +00:00

12 lines
124 B
Go

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