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