lnd/routing/setup_test.go

12 lines
131 B
Go
Raw Normal View History

2021-07-16 18:07:30 +02:00
package routing
import (
"testing"
"github.com/lightningnetwork/lnd/kvdb"
)
func TestMain(m *testing.M) {
kvdb.RunTests(m)
}