mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-22 17:50:11 +02:00
invoices: move InvoiceDB tests unrelated to kvdb to invoices package
This commit is contained in:
parent
6b0931af82
commit
5e746b4d2c
File diff suppressed because it is too large
Load Diff
2506
invoices/invoices_test.go
Normal file
2506
invoices/invoices_test.go
Normal file
File diff suppressed because it is too large
Load Diff
11
invoices/setup_test.go
Normal file
11
invoices/setup_test.go
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
package invoices
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/lightningnetwork/lnd/kvdb"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestMain(m *testing.M) {
|
||||||
|
kvdb.RunTests(m)
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user