mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 09:42:31 +02:00
channeldb/test: test with postgres
This commit is contained in:
11
routing/setup_test.go
Normal file
11
routing/setup_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package routing
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/lightningnetwork/lnd/kvdb"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
kvdb.RunTests(m)
|
||||
}
|
Reference in New Issue
Block a user