mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
12 lines
132 B
Go
12 lines
132 B
Go
package invoices
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/lightningnetwork/lnd/kvdb"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
kvdb.RunTests(m)
|
|
}
|