mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 02:12:58 +02:00
multi: rename MakeTestGraphNew to MakeTestGraph
This commit is contained in:
@@ -160,7 +160,7 @@ func makeTestGraph(t *testing.T, useCache bool) (*graphdb.ChannelGraph,
|
||||
kvdb.Backend, error) {
|
||||
|
||||
// Create channelgraph for the first time.
|
||||
graph := graphdb.MakeTestGraphNew(
|
||||
graph := graphdb.MakeTestGraph(
|
||||
t, graphdb.WithUseGraphCache(useCache),
|
||||
)
|
||||
require.NoError(t, graph.Start())
|
||||
|
Reference in New Issue
Block a user