1 package graph 2 3 import ( 4 "testing" 5 6 "github.com/lightningnetwork/lnd/kvdb" 7 ) 8 9 func TestMain(m *testing.M) { 10 kvdb.RunTests(m) 11 }