Files
store/pkg_test.go

12 lines
124 B
Go
Raw Normal View History

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