Files
OwnCord/Server/db/main_test.go
T

12 lines
121 B
Go
Raw Normal View History

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