mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
invoices: make sure the db uses the same testTime.
This commit is contained in:
parent
34e56b69e9
commit
46f3260924
@ -122,7 +122,7 @@ func TestInvoiceRegistry(t *testing.T) {
|
||||
makeKeyValueDB := func(t *testing.T) (invpkg.InvoiceDB,
|
||||
*clock.TestClock) {
|
||||
|
||||
testClock := clock.NewTestClock(testNow)
|
||||
testClock := clock.NewTestClock(testTime)
|
||||
db, err := channeldb.MakeTestInvoiceDB(
|
||||
t, channeldb.OptionClock(testClock),
|
||||
)
|
||||
@ -156,7 +156,7 @@ func TestInvoiceRegistry(t *testing.T) {
|
||||
},
|
||||
)
|
||||
|
||||
testClock := clock.NewTestClock(testNow)
|
||||
testClock := clock.NewTestClock(testTime)
|
||||
|
||||
return invpkg.NewSQLStore(executor, testClock), testClock
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user