diff --git a/importer/balanced/balanced_test.go b/importer/balanced/balanced_test.go index 8a9cee75e..c787cce18 100644 --- a/importer/balanced/balanced_test.go +++ b/importer/balanced/balanced_test.go @@ -27,7 +27,7 @@ func buildTestDag(ds ipld.DAGService, spl chunk.Splitter) (*dag.ProtoNode, error Maxlinks: h.DefaultLinksPerBlock, } - nd, err := BalancedLayout(dbp.New(spl)) + nd, err := Layout(dbp.New(spl)) if err != nil { return nil, err }