mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
11 lines
129 B
Go
11 lines
129 B
Go
package sweep
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/lightningnetwork/lnd/kvdb"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
kvdb.RunTests(m)
|
|
}
|