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