multi: rename MakeTestGraphNew to MakeTestGraph

This commit is contained in:
Elle Mouton
2025-06-11 18:08:52 +02:00
parent c06036d2b4
commit 3ccaacd16f
7 changed files with 46 additions and 46 deletions

View File

@@ -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())