mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-14 06:43:05 +01:00
graph/db: add StoreOptions to NewSQLStore
This commit is contained in:
@@ -38,5 +38,8 @@ func NewTestDB(t testing.TB) V1Store {
|
||||
},
|
||||
)
|
||||
|
||||
return NewSQLStore(executor, graphStore)
|
||||
store, err := NewSQLStore(executor, graphStore)
|
||||
require.NoError(t, err)
|
||||
|
||||
return store
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user