Files

12 lines
121 B
Go
Raw Permalink Normal View History

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