mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
invoices: move InvoiceDB tests unrelated to kvdb to invoices package
This commit is contained in:
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)
|
||||
}
|
Reference in New Issue
Block a user