mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
invoices: move InvoiceDB tests unrelated to kvdb to invoices package
This commit is contained in:
parent
6b0931af82
commit
5e746b4d2c
3 changed files with 2518 additions and 2489 deletions
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…
Add table
Reference in a new issue